-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "new",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "npm-run-all --parallel start watch",
"start": "serve public",
"build": "NODE_ENV=production rollup -c",
"watch": "rollup -c -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"eslint-config-airbnb-base": "^14.0.0",
"npm-run-all": "^4.1.5",
"rollup": "^1.26.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-terser": "^5.1.2",
"serve": "^11.2.0"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"animated-scroll-to": "^2.0.4",
"autoprefixer": "^9.7.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"classlist-polyfill": "^1.2.0",
"cssnano": "^4.1.10",
"date-fns": "^2.6.0",
"es5-shim": "^4.5.13",
"es6-promise": "^4.2.8",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"postcss-import": "^12.0.1",
"prettier": "^1.18.2",
"tailwindcss": "^1.1.3"
}
}