-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 771 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 771 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
{
"name": "eth-test-report",
"version": "0.1.0",
"private": true,
"devDependencies": {
"gh-pages": "^0.12.0",
"react-scripts": "0.8.5",
"react-textfit": "https://github.com/vypah/react-textfit/tarball/master"
},
"dependencies": {
"babel-preset-stage-2": "^6.22.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-sanfona": "0.1.0",
"rc-collapse": "1.6.12",
"react-textfit": "https://github.com/vypah/react-textfit/tarball/master"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build && gh-pages -d build"
},
"homepage": "http://cdetrio.github.io/eth-compat-table"
}