-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
54 lines (54 loc) · 1.76 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
{
"name": "polyv-portrait-watch",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.dev.js",
"build": "cross-env NODE_ENV=production webpack --config build/webpack.prod.js",
"build:app": "cross-env NODE_ENV=production webpack --config build/webpack.app.js"
},
"dependencies": {
"@polyv/emotion-sdk": "^2.1.0",
"@polyv/interactions-receive-sdk": "^0.14.5",
"@polyv/interactions-receive-sdk-ui-default": "^0.14.5",
"@polyv/utils": "^1.5.0",
"@polyv/web-view-bridge": "0.1.0-rc.1",
"axios": "^0.19.2",
"core-js": "^3.6.5",
"jraiser": "^3.1.5",
"lodash-es": "^4.17.15",
"svgaplayerweb": "^2.3.2",
"swiper": "^5.3.6",
"vconsole": "^3.3.4",
"vue": "^2.6.10",
"vue-awesome-swiper": "^4.0.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"css-loader": "^3.0.0",
"eslint": "^6.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"html-webpack-plugin": "^3.2.0",
"md5": "^2.3.0",
"mini-css-extract-plugin": "^0.11.0",
"postcss-loader": "^3.0.0",
"url-loader": "^4.1.0",
"vue-loader": "^15.9.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-merge": "^4.2.1"
}
}