This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.7 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
{
"name": "student-activity",
"version": "1.0.0",
"description": "A framework to group together what student can do in the campus.",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --mode development",
"start:prod": "webpack-dev-server --mode production",
"production": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibnumalik/Student-Activity.git"
},
"keywords": [
"soding",
"angularjs",
"student-activity",
"parking"
],
"author": "ibnumalik",
"license": "MIT",
"bugs": {
"url": "https://github.com/ibnumalik/Student-Activity/issues"
},
"homepage": "https://github.com/ibnumalik/Student-Activity#readme",
"dependencies": {
"@types/angular-sanitize": "^1.7.0",
"@uirouter/angularjs": "^1.0.25",
"angular": "^1.7.9",
"angular-animate": "^1.7.9",
"angular-aria": "^1.7.9",
"angular-material": "^1.1.21",
"angular-messages": "^1.7.9",
"angular-sanitize": "^1.7.9",
"ngSelect": "github:ibnumalik/ngSelect",
"sass-mq": "^5.0.1"
},
"devDependencies": {
"@types/angular": "^1.7.0",
"@types/angular-animate": "^1.5.10",
"@types/angular-material": "^1.1.71",
"@types/node": "^10.12.5",
"css-loader": "^1.0.1",
"extract-loader": "^3.0.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.4",
"ng-annotate-loader": "^0.6.1",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.0",
"typescript": "^3.1.6",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}