-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 957 Bytes
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
{
"name": "gun-folder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"clean": "rm public/bundle.js",
"build-dev": "webpack -d --mode development",
"build": "webpack -p --mode production",
"start": "webpack-dev-server --hot --mode development"
},
"dependencies": {
"@babel/preset-modules": "^0.1.1",
"gun": "^0.2019.930",
"crdt-continuous-sequence": "^1.0.0",
"moment": "^2.24.0",
"nicks-gun-utils": "^2.2.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-hot-loader": "^4.12.16"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-react": "^7.7.0",
"@hot-loader/react-dom": "^16.11.0+4.12.16",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}