-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 864 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 864 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
27
28
29
30
31
32
33
34
{
"name": "reactit",
"version": "0.0.1",
"private": true,
"devDependencies": {
"chai": "^3.5.0",
"deep-freeze": "0.0.1",
"react-scripts": "0.4.1"
},
"dependencies": {
"react": "^15.3.1",
"react-addons-css-transition-group": "^15.3.2",
"react-dom": "^15.3.1",
"react-lazy-load": "^3.0.10",
"react-markdown": "^2.4.2",
"react-redux": "^4.4.5",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"react-timeago": "^3.1.3",
"react-youtube": "^7.2.0",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"whatwg-fetch": "^1.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
}
}