forked from mcin-armintaheri-archive/series-data-prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.62 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
{
"name": "series-data-prototype",
"version": "1.0.0",
"description": "",
"keywords": [],
"homepage": "https://armintaheri.github.io/series-data-prototype",
"main": "src/index.js",
"dependencies": {
"@cycle/most-run": "8.0.0",
"@fortawesome/fontawesome": "^1.1.7",
"@fortawesome/fontawesome-free-solid": "^5.0.12",
"@fortawesome/react-fontawesome": "0.0.19",
"@hocs/with-resize-observer-props": "0.4.1",
"@vx/vx": "0.0.159",
"d3-array": "1.2.1",
"d3-fetch": "^1.1.0",
"d3-scale": "2.0.0",
"d3-scale-chromatic": "1.2.0",
"fixed-data-table-2": "^0.8.13",
"ramda": "^0.25.0",
"rc-slider": "8.6.1",
"react": "16.2.0",
"react-bootstrap": "^0.32.1",
"react-dom": "16.2.0",
"react-motion": "latest",
"react-redux": "5.0.7",
"react-router-dom": "4.2.2",
"react-scripts": "1.1.0",
"recompose": "0.26.0",
"redux": "3.7.2",
"redux-actions": "2.3.0",
"redux-cycles": "0.4.1",
"redux-logger": "3.0.6",
"redux-orm": "0.9.4",
"resize-observer-polyfill": "1.5.0",
"simplify-js": "1.2.3"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"gh-pages": "^1.1.0",
"prettier": "^1.12.1"
},
"scripts": {
"start": "react-scripts start",
"lint": "eslint src",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}