-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
{
"name": "vue-setstate",
"version": "0.0.4",
"description": "Optimizing Vue big data processing",
"main": "libs/vue-setstate.cjs.js",
"module": "libs/vue-setstate.min.js",
"scripts": {
"lint": "eslint **/*.js",
"test": "cross-env NODE_ENV=dev && jest",
"build": "bili --format cjs,umd,umd-min --outDir ./libs --moduleName setState"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Army-U/vue-setstate.git"
},
"keywords": [
"Vue",
"setState",
"Big data",
"optimization"
],
"author": "Army-U <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Army-U/vue-setstate/issues"
},
"homepage": "https://github.com/Army-U/vue-setstate#readme",
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-env": "1.6.1",
"bili": "3.0.7",
"cross-env": "5.1.1",
"eslint": "4.12.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jest": "21.3.2",
"eslint-plugin-node": "5.2.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",
"jest": "21.2.1",
"regenerator-runtime": "0.11.0",
"vue": "2.5.8",
"vue-template-compiler": "2.5.8",
"vue-test-utils": "1.0.0-beta.6"
},
"dependencies": {
"sewing": "0.0.33"
}
}