...
|
...
|
@@ -10,7 +10,8 @@ |
|
|
"scripts": {
|
|
|
"build": "rollup -c --no-treeshake",
|
|
|
"dev": "rollup -c --watch --no-treeshake",
|
|
|
"fix": "eslint --fix src/**/*"
|
|
|
"fix": "eslint --fix src/**/*",
|
|
|
"example": "http-server ./ -p 8081 -d -o"
|
|
|
},
|
|
|
"repository": {
|
|
|
"type": "git",
|
...
|
...
|
@@ -23,6 +24,7 @@ |
|
|
"@babel/plugin-external-helpers": "^7.0.0",
|
|
|
"@babel/preset-env": "^7.1.0",
|
|
|
"cssnano": "^4.1.3",
|
|
|
"http-server": "^0.11.1",
|
|
|
"postcss-cssnext": "^3.1.0",
|
|
|
"postcss-nested": "^4.1.0",
|
|
|
"postcss-simple-vars": "^5.0.1",
|
...
|
...
|
|