-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.58 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
{
"name": "@gridonic/styleguide",
"version": "0.0.3",
"description": "Custom interactive styleguide for our projects",
"author": "Gridonic <hello@gridonic.ch>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gridonic/styleguide/issues"
},
"homepage": "https://github.com/gridonic/styleguide#readme",
"repository": "https://github.com/gridonic/styleguide.git",
"main": "dist/index.js",
"scripts": {
"dev": "gridonic dev",
"build": "gridonic build",
"test": "jest --config test/jest.conf.js"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@gridonic/webpack": "^0.4.1",
"@vue/test-utils": "^1.0.0-beta.29",
"autoprefixer": "^9.4.10",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"core-js": "^2.6.5",
"cssnano": "^4.1.10",
"eslint": "^5.15.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-import-resolver-webpack": "^0.11.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-vue": "^5.2.2",
"fast-async": "^6.3.8",
"jest": "^24.1.0",
"jest-dom": "^3.1.2",
"postcss-lh": "^2.0.2",
"postcss-replace": "^1.0.4",
"sass-jest": "^0.1.7",
"vue-jest": "^3.0.4",
"vue-template-compiler": "^2.5.22"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"axios": "^0.18.0",
"vue": "^2.5.22",
"vue-i18n": "^8.8.0",
"vue-router": "^3.0.2",
"vuex": "^3.1.0"
}
}