-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
47 lines (47 loc) · 1.13 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
41
42
43
44
45
46
47
{
"name": "ecommerce-hello-world",
"version": "1.0.0",
"description": "",
"main": "tronbox.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && npx rimraf docs && npx move-cli build docs",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TRON-US/eCommerce-hello-world.git"
},
"author": "Ujwal Battar",
"license": "ISC",
"bugs": {
"url": "https://github.com/TRON-US/eCommerce-hello-world/issues"
},
"homepage": "https://github.com/TRON-US/eCommerce-hello-world#readme",
"dependencies": {
"node-sass": "^4.11.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-scripts": "^2.1.8",
"sweetalert2": "^8.5.0",
"tronweb": "^2.3.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"move-cli": "^1.2.1",
"rimraf": "^2.6.3",
"solc": "^0.4.25"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}