-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.37 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
{
"name": "rzmk-simpleui",
"version": "0.2.0",
"description": "([demo](https://remzmike.github.io/simpleui/))",
"//main": "node_main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"//build-babel": "babel src -d public",
"build": "webpack --config webpack.config.js",
"watch": "webpack --watch",
"dev": "webpack-dev-server --open-page dev.html",
"chromium": "chromium-debug.bat"
},
"repository": {
"type": "git",
"url": "git+https://github.com/remzmike/javascript-simpleui.git"
},
"keywords": [],
"author": "rzmk",
"license": "ISC",
"bugs": {
"url": "https://github.com/remzmike/javascript-simpleui/issues"
},
"homepage": "https://github.com/remzmike/javascript-simpleui#readme",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"babel-plugin-closure-elimination": "^1.3.0",
"babel-plugin-groundskeeper-willie": "^1.3.2",
"babel-plugin-minify-constant-folding": "^0.5.0",
"babel-plugin-tailcall-optimization": "^1.0.13",
"babel-plugin-transform-named-imports": "^2.0.0",
"babel-types": "^6.26.0",
"faster.js": "^1.1.0",
"webpack": "^4.22.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"dependencies": {
"babel-plugin-loop-optimizer": "^1.4.1"
}
}