forked from SUI-Components/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "@s-ui/test",
"version": "3.0.0",
"cypressVersion": "4.3.0",
"description": "",
"bin": {
"sui-test": "./bin/sui-test.js"
},
"scripts": {
"lib:js": "npx rimraf ./lib && babel --presets sui ./src --out-dir ./lib",
"lib": "npm run lib:js",
"prepare": "npm run lib",
"postpublish": "make build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "7.8.3",
"@babel/core": "7.8.3",
"@babel/plugin-transform-modules-commonjs": "7.8.3",
"@babel/polyfill": "7.8.3",
"@babel/register": "7.8.3",
"@s-ui/helpers": "1",
"babel-loader": "8.0.6",
"babel-plugin-dynamic-import-node": "2.3.0",
"babel-plugin-istanbul": "5.2.0",
"babel-preset-sui": "3",
"chalk": "3.0.0",
"commander": "4.1.0",
"karma": "4.4.1",
"karma-chrome-launcher": "3.1.0",
"karma-clear-screen-reporter": "1.0.0",
"karma-coverage": "2.0.1",
"karma-firefox-launcher": "1.2.0",
"karma-mocha": "1.3.0",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "6.2.2",
"webpack": "4.41.5"
}
}