-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "gluon-webserver",
"version": "0.1.0",
"description": "",
"main": "src/client/index.js",
"dependencies": {
"ajv": ">=6.0.0",
"bootstrap": "^4.3.1",
"webpack-closure-compiler": "^2.1.6",
"css-loader": "^6.3.0",
"elm": "^0.19.1-3",
"elm-webpack-loader": "^6.0.0",
"file-loader": "^6.0.0",
"jquery": "^3.5.0",
"node-sass": "^9.0.0",
"popper.js": "^1.12.3",
"sass-loader": "^14.0.0",
"style-loader": "^0.20.3",
"url-loader": "^0.6.2",
"webpack": "^5.56.1"
},
"devDependencies": {
"webpack-cli": "^5.0.0"
},
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gluon-lang/try_gluon.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/gluon-lang/try_gluon/issues"
},
"homepage": "https://github.com/gluon-lang/try_gluon#readme"
}