-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "usabl",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.8.0",
"babel-cli": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"crypto-js": "^3.1.9-1",
"firebase": "^5.3.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"styled-components": "^3.4.2",
"truffle-contract": "^3.0.6",
"unstated": "^2.1.1",
"web3": "^1.0.0-beta.35"
},
"scripts": {
"start": "react-scripts start",
"build": "babel src -d build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"babel": {
"presets": [
"latest"
]
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-loader": "^1.8.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.10.0",
"jest-dom": "^1.12.0",
"jest-styled-components": "^6.0.1",
"react-testing-library": "^5.0.0"
}
}