-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpackage.json
33 lines (33 loc) · 817 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
{
"name": "lightdm-webkit-theme-litarvan",
"version": "3.2.0",
"license": "BSD-3-Clause",
"author": "Adrien 'Litarvan' Navratil <adrien1975@live.fr>",
"homepage": "https://litarvan.github.io/lightdm-webkit-theme-litarvan/",
"repository": "https://github.com/Litarvan/lightdm-webkit-theme-litarvan",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"vue": "^2.7.8",
"vue-router": "^3.5.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"sass": "^1.54.1",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.7.8"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}