This repository was archived by the owner on Feb 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.23 KB
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
{
"name": "lightdm-webkit-theme-osmos",
"version": "1.0.0",
"author": "Warinyourself",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/plugin-proposal-do-expressions": "^7.0.0-beta.53",
"dat.gui": "^0.7.7",
"eslint": "^7.11.0",
"moment": "^2.24.0",
"parallax-js": "^3.1.0",
"pug": "2.0.3",
"pug-plain-loader": "^1.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"swiper": "^6.5.1",
"v-click-outside": "^3.1.2",
"vue": "^2.5.16",
"vue-awesome-swiper": "^4.1.1",
"vue-i18n": "^8.15.3",
"vue-router": "^3.0.1",
"vuex": "^3.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.15",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "^3.0.0-beta.15",
"@vue/eslint-config-airbnb": "^5.0.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.5.16"
},
"homepage": "https://Warinyourself.github.io/lightdm-webkit-theme-osmos/",
"license": "GPL3",
"repository": "https://github.com/Warinyourself/lightdm-webkit-theme-osmos"
}