-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.21 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.21 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
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": "apple",
"version": "1.0.0",
"description": "Apple",
"author": "Apple",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env CDN=/cdn/assets NODE_ENV=development webpack-dev-server --inline --hot --disable-host-check --host 0.0.0.0",
"link": "cross-env CDN=/cdn/assets NODE_ENV=linking webpack-dev-server --inline --hot --disable-host-check --host 0.0.0.0"
},
"dependencies": {
"axios": "^0.21.1",
"date-fns": "^2.1.0",
"howler": "^2.2.1",
"path": "^0.12.7",
"portal-vue": "^2.1.7",
"vue": "^2.5.17",
"vue-clickaway": "^2.2.2",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/runtime": "^7.1.2",
"autoprefixer": "^9.3.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "6.2.1",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.5.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.7",
"lint-staged": "^9.4.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.4",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"prettier": "^2.2.1",
"sass-loader": "^7.1.0",
"stylelint": "^11.0.0",
"terser-webpack-plugin": "^1.2.2",
"typescript": "^3.6.3",
"url-loader": "^1.1.2",
"val-loader": "^1.1.1",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.23.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}