-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.34 KB
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
47
48
49
50
{
"name": "afk-builder",
"version": "2.3.26",
"private": true,
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear --host --port 5000",
"deploy": "npm run build && gh-pages -r https://github.com/Dae314/AFKBuilder -d public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"autoprefixer": "^10.4.13",
"custom-env": "^2.0.1",
"dotenv": "^16.0.3",
"gh-pages": "^5.0.0",
"node-sass": "^8.0.0",
"postcss": "^8.4.21",
"postcss-load-config": "^4.0.1",
"rollup": "^2.79.1",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"sass": "^1.57.1",
"svelte": "^3.55.1",
"svelte-preprocess": "^5.0.1",
"svelte-range-slider-pips": "^2.1.1"
},
"dependencies": {
"@apollo/client": "^3.7.5",
"@toast-ui/editor": "^3.1.0",
"apollo-boost": "^0.4.9",
"graphql": "^15.8.0",
"json-url": "^3.0.0",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-emoji": "^2.0.0",
"punycode": "^2.3.0",
"qs": "^6.10.3",
"sirv-cli": "^2.0.2",
"svelte-apollo": "^0.5.0",
"svelte-simple-modal": "^1.5.1",
"svelte-spa-router": "^3.2.0",
"uuid": "^9.0.0"
}
}