-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.09 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": "webix-jet-app",
"version": "1.1.0",
"description": "Webix Jet App",
"main": "sources/myapp.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint sources/",
"build": "webpack --env.production true",
"module": "webpack --env.production true --env.module true",
"standalone": "webpack --env.production true --env.module true --env.standalone true",
"start": "webpack-dev-server --host 0.0.0.0"
},
"keywords": [
"webix",
"jet"
],
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"css-loader": "^0.28.7",
"eslint": "^4.7.2",
"file-loader": "^0.11.2",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"mini-css-extract-plugin": "^0.4.0",
"url-loader": "^0.5.9",
"webpack": "^4.12.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"webix-jet": "^2.0.4"
}
}