-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.62 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "sanji-common-devs-ui",
"version": "14.1.0",
"description": "This repo includes common sanji development utilites",
"main": "index.js",
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"scripts": {
"commitmsg": "commitlint -e $GIT_PARAMS",
"commit": "git-cz",
"test": "echo \"Error: no test specified\"",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/Sanji-IO/sanji-common-devs-ui.git"
},
"keywords": [
"sanji"
],
"author": "Zack Yang",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sanji-IO/sanji-common-devs-ui/issues"
},
"homepage": "https://github.com/Sanji-IO/sanji-common-devs-ui#readme",
"devDependencies": {
"semantic-release": "^12.2.4"
},
"dependencies": {
"@types/angular": "^1.6.50",
"@types/angular-formly": "^7.2.33",
"@types/angular-material": "^1.1.59",
"@types/angular-mocks": "^1.6.1",
"@types/angular-translate": "^2.16.0",
"@types/chai": "^4.1.4",
"@types/cypress": "^1.1.3",
"@types/jest": "^23.3.1",
"@types/lodash": "^4.14.116",
"@types/mocha": "^5.2.5",
"@types/node": "^10.9.4",
"@types/webpack-env": "^1.13.6",
"@commitlint/cli": "^7.1.1",
"@commitlint/config-conventional": "^7.1.1",
"@cypress/webpack-preprocessor": "^2.0.1",
"angular-ts-decorators": "^3.7.7",
"autoprefixer": "^9.1.3",
"clean-webpack-plugin": "^0.1.19",
"commitizen": "^2.10.1",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"cypress": "^3.1.0",
"cypress-cucumber-preprocessor": "^1.4.0",
"cz-conventional-changelog": "^2.1.0",
"dotenv": "^6.0.0",
"expose-loader": "^0.7.5",
"file-loader": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^0.4.9",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^0.14.3",
"jest": "^23.5.0",
"mini-css-extract-plugin": "^0.4.2",
"ng-annotate-loader": "^0.6.1",
"node-bourbon": "^4.2.8",
"node-sass": "^4.9.3",
"npm-run-all": "^4.1.3",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"prettier": "^1.14.2",
"rimraf": "^2.6.2",
"sass-loader": "^7.1.0",
"start-server-and-test": "^1.7.0",
"style-loader": "^0.23.0",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"ts-jest": "^23.1.4",
"ts-loader": "^4.5.0",
"tslint-config-prettier": "^1.15.0",
"tslint-loader": "^3.6.0",
"typescript": "^3.0.3",
"url-loader": "^1.1.1",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7"
}
}