-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.85 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "scheduling",
"version": "1.0.0",
"description": "web single application for course scheduling",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack-dev-server --open --config webpack.dev.js --host 0.0.0.0",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vergilw/scheduling.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vergilw/scheduling/issues"
},
"homepage": "https://github.com/vergilw/scheduling#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@fortawesome/fontawesome-free": "^5.10.1",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"dappore-ui": "git+https://github.com/dappore/dappore-ui.git",
"dateformat": "^3.0.3",
"echarts": "^4.3.0",
"es6-promise": "^4.2.8",
"file-loader": "^4.1.0",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.4.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lodash": "^4.17.15",
"node-sass": "^4.12.0",
"qiniu-js": "^2.5.4",
"qs": "^6.8.0",
"sass-loader": "^7.1.0",
"semantic-ui-css": "^2.4.1",
"sortablejs": "^1.10.0-rc3",
"style-loader": "^1.0.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-router": "^3.1.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.1",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@antv/f2": "^3.4.1",
"timepicker.js": "^2.5.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-notification": "^1.3.16"
}
}