-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.16 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
{
"name": "deloreanjs",
"version": "0.1.1",
"description": "Proposal debugger for Javascript",
"private": true,
"author": "Felipe Ruiz, Guillermo Victorero, Tomás Vélez, Paul Leger",
"dependencies": {
"@material-ui/core": "^4.8.2",
"@material-ui/icons": "^3.0.2",
"@material-ui/styles": "^4.9.0",
"@uiw/react-codemirror": "^1.0.19",
"brfs": "^2.0.2",
"console-feed": "^3.0.0",
"intro.js": "^3.0.1",
"lodash.clonedeep": "^4.5.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-markdown": "^4.0.8",
"react-scripts": "^3.4.1",
"simplebar-react": "^2.2.1",
"unstated": "^2.1.1",
"unwinder-engine": "0.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app",
"override": [
{
"ignorePatterns": [
"/src/core/*.js"
]
}
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-core": "^6.26.3",
"prettier": "^2.0.5"
}
}