-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
58 lines (58 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
{
"name": "@weepower/core",
"version": "2.2.22",
"description": "Core Wee library and build scripts",
"homepage": "https://www.weepower.com",
"license": "Apache-2.0",
"keywords": [
"css",
"framework",
"javascript"
],
"repository": "weepower/wee-core",
"bugs": "https://github.com/weepower/wee/issues",
"scripts": {
"dist": "webpack --config=webpack.config.js",
"test:scripts": "karma start ./tests/scripts/config/karma.dev.conf.js",
"test:styles": "mocha ./tests/styles/**/*.js",
"test": "karma start ./tests/scripts/config/karma.dev.conf.js",
"test:ci-ie": "karma start ./tests/scripts/config/karma.saucelabs.ie.conf.js",
"test:ci": "karma start ./tests/scripts/config/karma.saucelabs.conf.js"
},
"peerDependencies": {
"es6-promise": "^4.2.4",
"path-to-regexp": "1.7.0"
},
"dependencies": {
"cli-table": "^0.3.1",
"commander": "^2.19.0",
"fs-extra": "^4.0.3",
"glob": "^7.1.3",
"node-notifier": "^5.3.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "7.1.1",
"babel-plugin-istanbul": "^4.1.6",
"babel-preset-es2015": "^6.24.0",
"chai": "^4.2.0",
"codecov": "^2.3.1",
"common-tags": "^1.8.0",
"karma": "^2.0.5",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.2.0",
"karma-webpack": "^2.0.13",
"mocha": "^3.5.3",
"node-sass": "^4.11.0",
"postcss": "^6.0.23",
"sinon": "^3.3.0",
"webpack": "^3.12.0"
}
}