-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.6 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
59
60
61
62
63
64
65
{
"name": "flexbox-grid-website",
"version": "0.0.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@vivid-web/flexboxgrid-vue": "^1.0.3",
"normalize.css": "^8.0.0",
"prismjs": "^1.15.0",
"raw-loader": "^0.5.1",
"register-service-worker": "^1.4.1",
"universal-analytics": "^0.4.17",
"vue": "^2.5.16",
"vue-prism-component": "^1.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-rc.3",
"@vue/cli-plugin-eslint": "^3.0.0-rc.3",
"@vue/cli-plugin-pwa": "^3.0.0-rc.3",
"@vue/cli-service": "^3.0.0-rc.3",
"@vue/eslint-config-airbnb": "^3.0.0-rc.3",
"@vue/test-utils": "^1.0.0-beta.20",
"lint-staged": "^7.2.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.5.16"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vivid-web/flexbox-grid-website.git"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"description": "The main website for flexbox grid",
"author": "Vivid Websolutions <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vivid-web/flexbox-grid-website/issues"
},
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
},
"keywords": [
"flexbox",
"grid",
"website"
],
"homepage": "https://flexboxgrid.vivid-websolutions.nl"
}