-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2 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": "sanji-utils-ui",
"author": "Zack Yang <zack9433@gmail.com> (https://github.com/zack9433)",
"description": "sanji-utils-ui",
"version": "0.0.0-development",
"main": "dist/sanji-utils-ui.js",
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"prebuild": "rimraf dist && mkdir dist",
"build": "cross-env NODE_ENV=production webpack --config webpack.build.js --display-modules",
"commit": "git-cz",
"start": "cross-env NODE_ENV=development node server/dev-server.js",
"prepublishOnly": "yarn build",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"devDependencies": {
"@uirouter/angularjs": "^1.0.13",
"angular": "^1.6.8",
"angular-animate": "~1.6.8",
"angular-aria": "~1.6.8",
"angular-http-auth": "^1.5.0",
"angular-material": "~1.1.6",
"angular-messages": "^1.6.8",
"angular-sanji-window": "~2.2.0",
"angular-socket-io": "^0.7.0",
"angular-storage": "^0.0.15",
"jquery": "^3.3.1",
"ng-file-upload": "^12.2.13",
"sanji-auth-ui": "^1.3.0",
"sanji-common-devs-ui": "^7.0.0",
"sanji-exception-ui": "^1.3.0",
"sanji-logger-ui": "^1.3.0",
"sanji-rest-ui": "^1.5.0",
"sanji-router-ui": "^1.3.0",
"sanji-socket-ui": "^3.2.0",
"semantic-release": "^12.2.4",
"socket.io-client": "^2.0.4",
"toastr": "^2.1.4",
"travis-deploy-once": "^4.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Sanji-IO/sanji-utils-ui.git"
},
"bugs": {
"url": "https://github.com/Sanji-IO/sanji-utils-ui/issues"
},
"keywords": ["sanji"],
"license": "MIT",
"homepage": "https://github.com/Sanji-IO/sanji-utils-ui",
"peerDependencies": {
"sanji-auth-ui": "^1.3.0",
"sanji-exception-ui": "^1.3.0",
"sanji-logger-ui": "^1.3.0",
"sanji-rest-ui": "^1.5.0",
"sanji-router-ui": "^1.3.0",
"sanji-socket-ui": "^3.2.0"
}
}