-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.3 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
{
"name": "hanzi-xiaobai",
"version": "1.0.0",
"description": "Learning Chinese one tab at a time",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=development rollup --config rollup.config.js --watch",
"build": "cross-env NODE_ENV=production rollup --config rollup.config.js"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"@rollup/plugin-url": "^5.0.1",
"chokidar": "^3.4.0",
"cross-env": "^6.0.3",
"cssnano": "^4.1.10",
"postcss": "^7.0.32",
"postcss-import": "^12.0.1",
"postcss-load-config": "^2.1.0",
"postcss-preset-env": "^6.7.0",
"rollup": "^1.32.1",
"rollup-plugin-bundle-html": "^0.2.2",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-conditional": "^3.1.2",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-notify": "^1.1.0",
"rollup-plugin-postcss": "^2.9.0",
"rollup-plugin-svelte": "^5.2.3",
"rollup-plugin-terser": "^5.3.0",
"svelte-preprocess": "^3.9.12",
"unixify": "^1.0.0"
},
"dependencies": {
"hanzi-writer": "^2.2.2",
"svelte": "^3.23.2",
"svelte-spa-router": "^1.3.0",
"tailwindcss": "^1.4.6",
"tailwindcss-gradients": "^2.3.1"
}
}