-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
96 lines (96 loc) · 3.08 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "BaseTheme",
"description": "Blank Roadiz theme - This theme is meant to get a fresh start to create a theme.",
"author": {
"name": "Rezo Zero",
"url": "https://www.rezo-zero.com"
},
"scripts": {
"serve": "vue-cli-service build app/main.ts --mode development && vue-cli-service serve app/main.ts",
"build": "vue-cli-service build app/main.ts --mode production --target app --modern",
"lint": "vue-cli-service lint",
"analyse": "vue-cli-service build app/main.ts --mode production --target app --modern --report",
"dev": "vue-cli-service build app/main.ts --mode development --watch"
},
"dependencies": {
"@dogstudio/highway": "^2.1.3",
"@types/hammerjs": "^2.0.36",
"@types/lodash": "^4.14.149",
"@types/luxon": "^1.21.0",
"@types/raf": "^3.4.0",
"@types/showdown": "^1.9.3",
"@types/swiper": "^5.2.0",
"gsap": "^3.0.5",
"hammerjs": "^2.0.8",
"instant.page": "^3.0.0",
"lodash": "^4.17.19",
"lazysizes": "^5.2.1",
"luxon": "^1.22.0",
"object-fit-images": "^3.2.4",
"plyr": "^3.5.6",
"query-string": "^6.10.1",
"raf": "^3.4.1",
"sanitize.css": "^11.0.0",
"showdown": "^1.9.1",
"swiper": "^5.3.1",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.3.0",
"vuex": "^3.1.2",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.7",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-plugin-typescript": "^4.1.0",
"@vue/cli-plugin-vuex": "^4.1.0",
"@vue/cli-service": "^4.1.2",
"@vue/eslint-config-standard": "^5.1.0",
"@vue/eslint-config-typescript": "^5.0.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"core-js": "^3.4.3",
"dotenv": "^8.2.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.1.2",
"fs-extra": "^8.1.0",
"postcss-calc": "^7.0.1",
"postcss-custom-media": "^7.0.8",
"postcss-custom-properties": "^9.0.2",
"postcss-custom-selectors": "^5.1.2",
"postcss-inline-svg": "^4.1.0",
"postcss-reporter": "^6.0.1",
"postcss-selector-matches": "^4.0.0",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"stylelint": "^12.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-scss": "^3.13.0",
"svg-sprite-loader": "^4.1.6",
"svg-transform-loader": "^2.0.8",
"svgo-loader": "^2.2.1",
"typescript": "~3.7.5",
"typescript-tslint-plugin": "^0.5.5",
"vue-template-compiler": "^2.6.10",
"webpack-notifier": "^1.8.0"
},
"bugs": {
"url": "https://github.com/roadiz/BaseTheme/issues"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/roadiz/BaseTheme"
},
"typings": "app/types/index.d.ts"
}