-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 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
{
"name": "ika-maker",
"version": "2.11.1",
"private": true,
"description": "IKA-kawaii",
"scripts": {
"dev-css": "postcss -w ./src/style/style.css -o ./dist/style.css",
"build-css": "postcss ./src/style/style.css -o ./dist/style.css",
"build-js": "rollup -c",
"dev-js": "rollup -c -w",
"start": "sirv ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/leaysgur/ika-maker.git"
},
"author": "leaysgur",
"license": "MIT",
"bugs": {
"url": "https://github.com/leaysgur/ika-maker/issues"
},
"homepage": "https://github.com/leaysgur/ika-maker#readme",
"dependencies": {
"workbox-cacheable-response": "^6.0.2",
"workbox-expiration": "^6.0.2",
"workbox-routing": "^6.0.2",
"workbox-strategies": "^6.0.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-replace": "^2.3.4",
"cssnano": "^5.0.2",
"postcss": "^8.4.31",
"postcss-cli": "^8.3.0",
"postcss-import": "^13.0.0",
"postcss-nested": "^5.0.2",
"rollup": "^3.29.5",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"sirv-cli": "^1.0.9",
"svelte": "^4.2.19"
}
}