-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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
55
56
57
58
{
"name": "pixivel-front",
"version": "0.1.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@iconscout/unicons": "^4.0.1",
"@sentry/vue": "^7.103.0",
"axios": "^0.21.1",
"bloom-filters": "^1.3.8",
"buefy": "^0.9.8",
"bulma-prefers-dark": "^0.1.0-beta.1",
"clipboard": "^2.0.11",
"core-js": "^3.6.5",
"crc-32": "^1.2.0",
"dexie": "^3.2.1",
"google-protobuf": "^3.21.0",
"jszip": "^3.7.1",
"lodash": "^4.17.21",
"lru-cache": "^7.14.0",
"mitt": "^3.0.1",
"moment": "^2.29.1",
"qs": "^6.10.3",
"register-service-worker": "^1.7.1",
"store2": "^2.13.1",
"validate.js": "^0.13.1",
"vue": "^2.6.11",
"vue-axios": "^3.2.5",
"vue-clamp": "^0.4.0",
"vue-infinite-loading": "^2.4.5",
"vue-router": "^3.5.2",
"vue-style-loader": "^4.1.3",
"vue-virtual-masonry": "^1.2.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@sentry/webpack-plugin": "^2.14.2",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^2.2.1",
"sass": "^1.49.9",
"sass-loader": "^10.1.1",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.45.0"
},
"packageManager": "[email protected]"
}