-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 867 Bytes
/
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
{
"name": "svelte-app",
"version": "1.0.0",
"devDependencies": {
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.6.0",
"style-loader": "^0.23.1",
"svelte": "^3.0.0",
"svelte-loader": "2.13.3",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
},
"scripts": {
"heroku-prebuild": "npm install --dev",
"heroku-postbuild": "webpack --config webpack.config.js",
"postinstall": "npm run build",
"start": "webpack serve",
"build": "cross-env NODE_ENV=production webpack",
"dev": "webpack-dev-server --content-base public --host 0.0.0.0 --port 8082"
},
"dependencies": {
"axios": "^0.19.2",
"browser-image-compression": "^1.0.9",
"ipfs": "^0.43.0",
"ipfs-api": "^26.1.2",
"multicodec": "^1.0.1",
"web3": "^1.2.6"
}
}