-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.2 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.2 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
{
"name": "keyframes",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode test",
"serve-prod": "vue-cli-service serve --mode production",
"serve-build": "cd dist && serve",
"lint": "vue-cli-service lint",
"build": "npm run lint && vue-cli-service build --mode test",
"build-prod": "npm run lint && vue-cli-service build --mode production"
},
"dependencies": {
"axios": "^0.21.4",
"core-js": "^2.6.12",
"dayjs": "^1.10.4",
"eslint-loader": "^2.1.2",
"lodash": "^4.17.21",
"numeral": "^2.0.6",
"register-service-worker": "^1.7.2",
"vue": "^2.6.12",
"vue-object-merge": "^1.0.0",
"vue-router": "^3.5.1",
"vue2-touch-events": "^2.3.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-plugin-pwa": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"imagemin-webpack-plugin": "^2.4.2",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"vue-cli-plugin-html-replace": "^1.3.0",
"vue-template-compiler": "^2.6.12"
}
}