forked from babel/sandboxes
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.65 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "babel-sandboxes",
"version": "1.0.0",
"description": "",
"proxy": "http://localhost:3005",
"dependencies": {
"@babel/core": "~7.10.0",
"@babel/parser": "^7.11.0",
"@babel/plugin-external-helpers": "~7.10.0",
"@babel/preset-env": "^7.10.0",
"@babel/preset-react": "^7.10.0",
"@babel/standalone": "^7.11.0",
"@hzoo/esquery": "^1.3.1",
"babel-plugin-polyfill-corejs2": "0.0.2",
"babel-plugin-polyfill-corejs3": "0.0.2",
"babel-plugin-polyfill-es-shims": "0.0.2",
"babel-plugin-polyfill-regenerator": "0.0.2",
"codemirror": "^5.54.0",
"mocha": "^8.0.1",
"react": "16.11.0",
"react-codemirror2": "^7.2.0",
"react-dom": "16.11.0",
"react-json-pretty": "^2.2.0",
"react-markdown": "^4.3.1",
"react-split-pane": "^0.1.92",
"semantic-ui-react": "^1.0.0",
"styled-components": "4.4.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"lint": "eslint --fix",
"test": "craco test",
"eject": "craco eject",
"generate-spec": "node scripts/generate-spec.js"
},
"devDependencies": {
"@craco/craco": "^5.6.4",
"@semantic-ui-react/craco-less": "^1.2.1",
"babel-eslint": "^10.1.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"markdown-toc": "^1.2.0",
"prettier": "~2.0.5",
"react-scripts": "3.4.1",
"semantic-ui-less": "^2.4.1"
},
"browserslist": {
"production": [
"edge 16"
],
"development": [
"last 1 chrome version",
"last 1 firefox version"
]
}
}