-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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": "lh-react",
"version": "0.1.0",
"private": true,
"devDependencies": {
"front-matter": "^2.1.0",
"glob": "^7.0.6",
"highlight.js": "^9.6.0",
"marked": "^0.3.6",
"react-router": "^2.8.1",
"react-scripts": "0.4.1",
"redux-devtools": "^3.3.1"
},
"dependencies": {
"babel-bits": "^1.0.1",
"babel-polyfill": "^6.13.0",
"bit-imports": "^2.0.8",
"bootstrap": "^3.3.7",
"co": "^4.6.0",
"codemirror": "^5.18.2",
"jquery": "^3.1.0",
"lodash": "^4.15.0",
"react": "^15.3.1",
"react-bootstrap": "^0.30.3",
"react-dom": "^15.3.1",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"whatwg-fetch": "^1.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "npm run content && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"content": "node tasks/process-content.js",
"publish": "./tasks/publish.sh"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
}
}