-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "prprclub",
"version": "0.1.0",
"private": true,
"description": "We're PrprClub!",
"scripts": {
"lint": "vue-cli-service lint .",
"dev": "nuxt",
"build": "nuxt build",
"serve": "nuxt start",
"generate": "nuxt generate",
"precommit": "npm run lint"
},
"dependencies": {
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"cookieparser": "^0.1.0",
"core-js": "^2.6.5",
"js-cookie": "^2.2.0",
"lodash": "^4.17.11",
"nuxt": "^2.8.1",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-axios": "^2.1.4",
"vue-cookies": "^1.5.13",
"vue-image-crop-upload": "^2.5.0",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
},
"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",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"element-ui": "^2.9.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"lodash": "^4.17.11",
"node-sass": "^4.9.0",
"nuxt": "^2.8.1",
"sass-loader": "^7.1.0",
"svg-sprite-loader": "^4.1.6",
"svgo": "^1.2.2",
"svgo-loader": "^2.2.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.35.0"
}
}