forked from rust-dev-tools/cargo-src
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 850 Bytes
/
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
{
"scripts": {
"build": "webpack",
"lint:es": "eslint -c ./static/.eslintrc --ignore-path ./static/.eslintignore static/ || true"
},
"dependencies": {
"@types/react": "^16.3.1",
"@types/react-router-dom": "^4.0.7",
"eslint-plugin-jquery": "^1.2.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-router-dom": "^4.2.2",
"react-tabs": "^2.2.1",
"react-treebeard": "^2.1.0",
"ts-loader": "^2.3.7",
"typescript": "^2.5.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.6.1",
"eslint-plugin-react": "^7.2.1",
"immutable": "^3.8.2",
"webpack": "^2.7.0"
}
}