forked from ShuyunFF2E/ccms-components
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
112 lines (112 loc) · 3.61 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "ccms-components",
"version": "2.35.4",
"description": "shuyun ccms components",
"keywords": [
"angular",
"es6",
"components"
],
"main": "./index.js",
"scripts": {
"build:prepare-production": "./scripts/build-prepare-production.sh",
"build:prepare-test": "./scripts/build-prepare-test.sh",
"build": "./scripts/build.sh",
"docs": "jekyll serve --source docs",
"publish:package": "./scripts/publish-package.sh",
"publish:docs": "./scripts/publish-docs.sh",
"release": "./scripts/release.sh",
"update-dev-server": "./scripts/update-dev-server.sh",
"start": "concurrently \"node server.js\" \"fe-mock-server --mock \"./mock/\" --api-prefix \"/api\" --port 8989\"",
"prepush": "npm test",
"codecheck": "cross-env NODE_EVN=test eslint src/components",
"start:test": "karma start test/karma.unit.conf.js",
"test": "npm run codecheck & npm run test:cover",
"test:unit": "karma start test/karma.unit.conf.js --single-run",
"test:cover": "karma start test/karma.cover.conf.js --single-run",
"mock": "npx fe-mock-server --mock \"./mock/\" --api-prefix \"/api\" --port 8989"
},
"devDependencies": {
"angular-mocks": "1.5.8",
"autoprefixer": "^6.3.6",
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.9.1",
"babel-preset-env": "^1.6.1",
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.9",
"codecov": "^1.0.1",
"concurrently": "^3.5.1",
"cross-env": "^5.1.3",
"css-loader": "^0.21.0",
"cssnano": "^3.7.1",
"eslint": "^2.10.2",
"eslint-friendly-formatter": "^2.0.4",
"eslint-loader": "^1.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.1",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^1.0.1",
"fe-mock-server": "0.0.7",
"file-loader": "^0.9.0",
"html-loader": "^0.4.0",
"husky": "^0.10.1",
"imports-loader": "^0.6.5",
"istanbul-instrumenter-loader": "^0.2.0",
"json-loader": "^0.5.4",
"json-mock-kuitos": "^1.1.4",
"karma": "^1.1.1",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-webpack": "^1.7.0",
"mocha": "^2.5.3",
"node-dir": "^0.1.11",
"node-sass": "^4.5.3",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"postcss-loader": "^0.7.0",
"resolve-url-loader": "^1.4.3",
"sass-loader": "^3.1.1",
"sinon": "^2.0.0-pre",
"style-loader": "^0.13.0",
"url": "^0.11.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.4.1"
},
"peerDependencies": {
"angular": "1.5.8",
"angular-resource": "1.5.8",
"angular-ui-router": "0.2.18"
},
"dependencies": {
"angular": "1.5.8",
"angular-es-utils": "^2.1.2",
"angular-resource": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-ui-router": "0.2.18",
"ccms-icons": "0.0.6",
"chinese-lunar": "^0.1.4",
"core-js": "^2.5.3",
"jquery": "3.0.0",
"jquery.nicescroll": "^3.6.8",
"lodash.clonedeep": "^4.5.0",
"lodash.unionby": "^4.8.0",
"normalize.css": "^4.1.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "ShuyunFF2E/ccms-components"
}
}