-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.29 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.29 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
{
"name": "bigchaindb-tutorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack --mode development",
"build": "webpack --mode production",
"production": "NODE_ENV=production webpack --mode production",
"serve": "webpack-dev-server --host 0.0.0.0"
},
"author": "",
"license": "ISC",
"dependencies": {
"bigchaindb-orm": "^3.0.1",
"bip39": "^2.5.0",
"classnames": "^2.2.5",
"dotenv-webpack": "^1.5.4",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^4.3.1",
"react-syntax-highlighter": "^7.0.4"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/preset-react": "^7.0.0-beta.51",
"babel-cli": "^6.26.0",
"babel-loader": "^8.0.0-beta.4",
"babel-plugin-react-css-modules": "^3.4.2",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"image-webpack-loader": "^4.3.1",
"jsx": "^0.9.89",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"stylelint-config-bigchaindb": "^1.1.3",
"stylelint-config-standard": "^17.0.0",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4",
"html-webpack-plugin": "^3.2.0"
}
}