-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
33 lines (33 loc) · 955 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
31
32
33
{
"scripts": {
"build": "webpack",
"lint:es": "eslint -c ./static/.eslintrc --ignore-path ./static/.eslintignore static/ || true"
},
"dependencies": {
"@types/react": "^16.8.1",
"@types/react-router-dom": "^4.3.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-router-dom": "^4.3.1",
"react-tabs": "^3.0.0",
"react-treebeard": "^3.1.0",
"react-sanitized-html": "^2.0.0",
"sanitize-html": "^1.20.0",
"typescript": "^3.3.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"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": "^5.13.0",
"eslint-plugin-no-jquery": "^2.5.0",
"eslint-plugin-react": "^7.12.4",
"immutable": "^3.8.2",
"ts-loader": "^5.3.2",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
}
}