-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 880 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
34
{
"name": "demo-toutiao",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --report",
"lint": "vue-cli-service lint"
},
"dependencies": {
"amfe-flexible": "^2.2.1",
"axios": "^0.21.1",
"core-js": "^3.8.3",
"dayjs": "^1.11.3",
"express-compression": "^1.0.1",
"highlight.js": "^10.6.0",
"popmotion": "^9.3.5",
"socket.io-client": "^4.0.0",
"vant": "^2.12.47",
"vue": "^2.6.14",
"vue-router": "^3.5.1",
"vuex": "^2.0.0"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"less": "^4.0.0",
"less-loader": "^8.0.0",
"postcss-pxtorem": "^5.1.1",
"vue-template-compiler": "^2.6.14"
}
}