-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "webix-teacher-dashboard",
"version": "1.1.0",
"description": "Webix Dashboard for Teachers",
"main": "sources/myapp.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint sources/",
"build": "webpack --mode=production",
"module": "webpack --mode=production --env module",
"standalone": "webpack --mode=production --env module --env standalone",
"start": "webpack-dev-server --mode=development --host 0.0.0.0 --open"
},
"keywords": [
"webix",
"jet"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.10",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
"babel-preset-env": "^7.0.0-beta.3",
"css-loader": "^5.0.1",
"eslint": "^7.16.0",
"file-loader": "^6.2.0",
"jet-restate": "^1.1.0",
"less": "^4.0.1-alpha.2",
"less-loader": "^7.2.1",
"mini-css-extract-plugin": "^1.3.3",
"url-loader": "^4.1.1",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.0",
"webpack-dev-server": "^4.0.0-beta.0"
},
"dependencies": {
"webix-jet": "^2.1.3"
}
}