-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 896 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 896 Bytes
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
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "NODE_ENV=production webpack",
"watch": "NODE_ENV=development webpack-dev-server --hot"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@chicode/lisa-vm": "^1.0.4",
"bootstrap": "^4.1.3",
"codemirror": "^5.47.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.0",
"copy-webpack-plugin": "^4.5.0",
"css-loader": "^0.28.10",
"elm-webpack-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "4.4.0",
"webpack-cli": "^2.0.10",
"webpack-dev-server": "^3.2.1"
}
}