-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"name": "compiler",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"prod:build": "webpack --env PROD=true",
"dev:serve": "webpack serve",
"ghpages:deploy": "npm run prod:build && gh-pages -d build"
},
"dependencies": {
"@types/bootbox": "^5.2.1",
"@types/node": "^14.14.9",
"@types/split.js": "^1.6.0",
"bootbox": "^5.5.2",
"bootstrap": "^4.5.3",
"chalk": "^4.1.0",
"codemirror": "^5.58.3",
"jstree": "^3.3.10",
"readline": "^1.3.0",
"readline-sync": "^1.4.10",
"split.js": "^1.6.2"
},
"devDependencies": {
"@types/codemirror": "^0.0.100",
"@types/jstree": "^3.3.40",
"@types/readline-sync": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"file-loader": "^6.2.0",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^4.5.0",
"prettier": "^2.2.0",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.11",
"ts-node": "^9.0.0",
"typescript": "^4.1.2",
"webpack": "^5.8.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
}
}