-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1.38 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
{
"name": "2022.kcdspain.com",
"version": "1.0.0",
"repository": "https://github.com/kcdspain/2022.kcdspain.com",
"author": "Igor Laborie <[email protected]>",
"license": "MIT",
"scripts": {
"watch:script": "rollup -c --watch",
"watch:style": "node-sass src/styles/theme.scss -o static/css --watch",
"start": "run-p watch:*",
"build:icons": "node icons.js",
"build:script": "rollup -c rollup.config.prod.js",
"build:style": "node-sass src/styles/theme.scss -o static/css; postcss static/css/theme.css --replace",
"build": "run-p build:*"
},
"dependencies": {
"core-js": "^3.25.0"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.7",
"@types/js-yaml": "^3.12.5",
"cssnano": "^5.0.6",
"glob": "^7.1.7",
"html-minifier": "^4.0.0",
"node-sass": "^7.0.3",
"npm-run-all": "^4.1.5",
"plop-logger": "^3.1.7",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"postcss-preset-env": "^6.7.0",
"rimraf": "^3.0.2",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4",
"sass-mq": "^5.0.1",
"serve-handler": "^6.1.3",
"sharp": "^0.31.0",
"stylelint": "^13.6.1",
"uglify-js": "^3.13.10",
"workbox-build": "^6.1.5"
}
}