-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json.old
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json.old
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "python-interpreter",
"version": "0.0.1",
"description": "",
"main": "build/interpreter/interpreter.js",
"author": "sergeygolovan",
"license": "ISC",
"devDependencies": {
"antlr4": "^4.9.3",
"antlr4-cli": "^4.5.3",
"babelify": "^10.0.0",
"browser-sync": "^2.27.7",
"browserify": "^17.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-filter": "^7.0.0",
"gulp-newer": "^1.4.0",
"gulp-notify": "^4.0.0",
"lodash.template": ">=4.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bootstrap": "^5.1.3",
"codemirror": "^5.65.1",
"lodash": ">=4.17.21",
"node-fetch": ">=3.2.0",
"npm-check-updates": "^12.3.0",
"react-bootstrap": "^2.1.2",
"react-codemirror": "^1.0.0",
"react-codemirror2": "^7.2.1",
"react-router-dom": "^6.2.1",
"react-transition-group": "^4.4.2",
"reactstrap": "^9.0.1",
"watchify": "^4.0.0"
}
}