-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 920 Bytes
/
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
{
"name": "toad-vue",
"version": "0.0.6-alpha",
"description": "NodeGG Components and Style",
"repository": "https://github.com/NodeGG/toad-vue.git",
"author": "Moikapy <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"popper.js": "^1.14.4",
"jquery": "^3.3.1",
"bootstrap": "^4.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.3",
"@vue/cli-service": "^3.0.3",
"eslint": "^5.6.1",
"eslint-config-google": "^0.10.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.17"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"main": "main.js"
}