forked from greenpeace/planet4-child-theme-taiwan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "gpea",
"version": "0.0.1",
"description": "GPEA Frontend",
"author": "us",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"ansi-colors": "^3.2.4",
"babel-loader": "^8.0.6",
"browser-sync": "^2.27.3",
"core-js": "^3.6.4",
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.5",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-notify": "^3.2.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"imports-loader": "^0.8.0",
"jest": "^24.9.0",
"node-sass": "^4.14.1",
"plugin-error": "^1.0.1",
"promise-polyfill": "^8.1.3",
"webpack": "^4.42.0",
"whatwg-fetch": "^3.0.0"
},
"dependencies": {
"@babel/compat-data": "^7.14.7",
"aos": "^2.3.4",
"cleave.js": "^1.5.8",
"d3": "^5.15.0",
"jquery-appear-original": "^0.6.2",
"js-cookie": "^2.2.1",
"lodash.template": "^4.5.0",
"mailcheck": "^1.1.1",
"remove-focus-outline": "^1.2.1",
"smooth-scroll": "^16.1.2",
"swiper": "4.5.1",
"throttle-debounce": "^2.1.0",
"topojson": "^3.0.2",
"validate.js": "^0.13.1",
"vanilla-lazyload": "12.0.0"
},
"scripts": {
"start": "gulp",
"watch": "gulp watch",
"build": "gulp build",
"test": "jest",
"test-nc": "jest --no-cache"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR",
"Opera 12.1",
"IE >= 9"
]
}