-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "cloudstyle",
"version": "0.1.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/core": "^7.15.5",
"@popperjs/core": "^2.10.2",
"babel": "^6.23.0",
"babel-loader": "^8.2.2",
"bootstrap": "^5.1.1",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.18.1",
"css-loader": "^6.3.0",
"date-fns": "^2.23.0",
"filesize": "^7.0.0",
"firebase": "^9.1.1",
"jquery": "^3.6.0",
"nanoid": "^3.1.23",
"nodemon": "^2.0.15",
"normalize.css": "^8.0.1",
"superstruct": "^0.15.2",
"vue": "^3.2.2",
"vue-class-component": "^8.0.0-0",
"vue-router": "^4.0.11",
"vue3-dropzone": "^0.0.7",
"vuex": "^4.0.0-0",
"webpack": "^5.56.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/vue": "^6.4.2",
"@vue/cli-plugin-router": "~4.5.13",
"@vue/cli-plugin-typescript": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"@vue/compiler-sfc": "^3.2.1",
"husky": "4",
"sass": "1.75.0",
"prettier": "^2.3.2",
"sass-loader": "^10.1.1",
"typescript": "^4.3.5",
"vue-tsc": "^0.3.0"
}
}