-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "svelte-app",
"version": "1.2.2",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"start": "webpack serve --content-base public",
"serve": "sirv public --no-clear",
"lint": "eslint ./src"
},
"devDependencies": {
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"css-loader": "^5.2.6",
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-svelte3": "^3.2.0",
"file-loader": "^6.2.0",
"https-browserify": "^1.0.0",
"mini-css-extract-plugin": "^1.6.0",
"process": "^0.11.10",
"sirv-cli": "^1.0.12",
"svelte": "^3.0.0",
"svelte-bootstrap-icons": "1.5.0",
"svelte-emoji": "^1.0.2",
"svelte-file-dropzone": "^0.0.15",
"svelte-loader": "^3.1.2",
"util": "^0.12.4",
"webpack": "^5.39.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"bootstrap": "^5.0.1",
"clean-css": "^5.3.2",
"file-saver": "^2.0.5",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"stream-http": "^3.2.0"
}
}