-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.47 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.47 KB
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
{
"name": "frontend",
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^4.1.0",
"abortcontroller-polyfill": "^1.3.0",
"bootstrap": "3",
"codemirror": "^5.45.0",
"craco-less": "^1.7.0",
"http-proxy-middleware": "^0.19.1",
"nanoid": "^2.0.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-bootstrap": "^0.32.1",
"react-codemirror2": "^5.0.1",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-scripts": "2.1.8",
"react-split-pane": "^0.1.87",
"react-switch": "^4.1.0",
"react-table": "^6.9.2",
"uast-viewer": "^0.4.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"lint": "eslint 'src/**/*.js'",
"format": "eslint --fix 'src/**/*.js'"
},
"devDependencies": {
"@ungap/url-search-params": "^0.1.2",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"jest-fetch-mock": "^2.1.2",
"node-localstorage": "^1.3.1",
"prettier": "^1.17.0",
"react-test-renderer": "^16.8.6",
"whatwg-url": "^7.0.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}