-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.32 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
{
"name": "energy_manager_institute",
"version": "0.1.0",
"description": "Web application to help users learn to design modern electrical generation systems.",
"main": "webpack.config.js",
"scripts": {
"serve": "webpack-dev-server --inline --hot -d",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/mechkit/energy_manager_institute.git"
},
"author": "Keith Showalter",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/mechkit/energy_manager_institute/issues"
},
"homepage": "https://gitlab.com/mechkit/energy_manager_institute#readme",
"dependencies": {
"base64-url": "^2.2.0",
"functions": "gitlab:mechkit/functions",
"hash_router": "gitlab:mechkit/hash_router",
"mkDrawing": "gitlab:mechkit/mkDrawing",
"mkwebsite": "gitlab:mechkit/mkwebsite",
"normalize.css": "^8.0.0",
"pixi.js": "^4.8.1",
"simpledom": "gitlab:mechkit/simpledom",
"specdom_helper": "gitlab:mechkit/specdom_helper",
"update": "^0.7.4"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"css-loader": "latest",
"imports-loader": "^0.8.0",
"style-loader": "latest",
"webpack": "^4.16.2",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}