-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.05 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
66
67
68
69
70
71
72
73
74
75
{
"name": "2o3t-gitmoji",
"version": "0.0.1",
"author": "zyao89 <[email protected]>",
"description": "2o3t-gitmoji for Vue",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "sh ./bin/deploy.sh"
},
"private": true,
"license": "MIT",
"main": "webs/index.js",
"files": [
"webs/**/*"
],
"dependencies": {
"2o3t-css-colors": "^0.0.28",
"2o3t-icon-font": "^0.0.16",
"2o3t-ui": "^0.1.16",
"cheerio": "^1.0.0-rc.2",
"clipboard-polyfill": "^2.7.0",
"font-awesome": "^4.7.0",
"highlight.js": "^9.13.1",
"lodash": "^4.17.13",
"markdown-it": "^8.4.2",
"moment": "^2.22.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.4",
"@vue/cli-plugin-eslint": "^3.0.4",
"@vue/cli-service": "^3.0.4",
"autoprefixer": "^9.2.0",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"compression-webpack-plugin": "^2.0.0",
"eslint-config-2o3t": "^1.1.1",
"eslint-loader": "^2.1.1",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.17"
},
"eslintConfig": {
"root": true,
"env": {
"browser": true,
"node": true
},
"extends": [
"eslint-config-2o3t/vue"
],
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}