-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.58 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "token-sale-dapp",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Identiform/token_sale_starter.git"
},
"author": "Tadas Talaikis <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Identiform/token_sale_starter/issues"
},
"dependencies": {
"axios": "^0.18.0",
"compression": "^1.7.3",
"cross-env": "^5.2.0",
"crypto": "^1.0.1",
"express": "^4.16.4",
"express-history-api-fallback": "^2.2.1",
"file-loader": "^1.1.11",
"grommet": "^1.13.0",
"grommet-css": "^1.6.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-ga": "^2.5.6",
"react-helmet": "^5.2.0",
"react-redux": "^5.1.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scripts": "1.1.4",
"react-spinners": "^0.3.2",
"react-validation": "^3.0.7",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"truffle": "^4.1.15",
"truffle-contract": "^3.0.7",
"web3": "^1.2.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"analyze": "source-map-explorer build/static/js/main.*",
"test": "jest"
},
"devDependencies": {
"babel-plugin-import": "^1.7.0",
"css-loader": "^0.28.11",
"less": "^3.0.2",
"less-loader": "^4.1.0",
"less-vars-to-js": "^1.2.1",
"react-testing-library": "^2.3.0",
"source-map-explorer": "^1.5.0",
"style-loader": "^0.21.0"
}
}