-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.75 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.75 KB
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": "ilc",
"description": "I love cat, vuex-orm-axios example",
"version": "1.0.0",
"main": "src/main.js",
"repository": "https://github.com/mcauto/ilc-vuex-orm-example.git",
"author": "deo",
"license": "MIT",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "jest",
"test:api": "jest test/api --config=jest.config.js",
"test:ui": "jest test/ui --config=jest.config.js",
"release": "standard-version"
},
"dependencies": {
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"@vuex-orm/core": "^0.36.3",
"@vuex-orm/plugin-axios": "^0.9.2",
"axios": "^0.19.2",
"normalize.css": "^8.0.1",
"postcss-css-variables": "^0.14.0",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"vue": "^2.6.11",
"vue-spinner": "^1.0.3",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.1.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.33",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.4.0",
"eslint": "^5.0.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^5.0.0",
"husky": "^3.1.0",
"jest": "^25.4.0",
"prettier": "^2.0.4",
"standard-version": "^7.0.1",
"vue-jest": "^3.0.5"
}
}