forked from pixelfederation/ktopomozeslovensku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (24 loc) · 881 Bytes
/
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
{
"name": "ktopomozeslovensku.sk",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.8.7",
"@storybook/html": "^5.3.17",
"babel-loader": "^8.0.6"
},
"dependencies": {
"autoprefixer": "^9.7.4",
"cssnano": "^4.1.10",
"postcss-cli": "^7.1.0",
"postcss-hash": "^2.0.0",
"sass": "^1.26.3"
},
"scripts": {
"storybook": "start-storybook -p 6006 -s ./public",
"storybook-build": "build-storybook",
"clean": "rm -f public/manifest.json && find public/static/css ! -name '.gitkeep' -type f -exec rm -f {} +",
"styles-build": "yarn run clean && sass --no-source-map assets/styles/index.sass public/static/css/public.css && postcss public/static/css/public.css --config ./postcss.config.js -r --no-map",
"styles-watch": "sass assets/styles/index.sass public/static/css/public.css --watch"
}
}