-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "todos-vue-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@laravel-streams/api-client": "^2.0.0",
"@radic/core": "^1.0.7",
"@radic/shared": "^1.0.2",
"@types/node": "^17.0.5",
"core-js": "^3.6.5",
"deepmerge-ts": "^2.0.1",
"element-plus": "1.2.0-beta.6",
"camelcase": "^6.2.0",
"collect.js": "^4.29.3",
"deepmerge": "^4.2.2",
"tapable": "^2.2.1",
"lz-string": "^1.4.4",
"axios": "^0.24.0",
"material-colors": "^1.2.6",
"vue": "^3.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"babel-plugin-component": "^1.1.1",
"sass": "^1.45.1",
"sass-loader": "^8.0.2",
"typescript": "~4.1.5",
"unplugin-auto-import": "^0.5.5",
"unplugin-vue-components": "^0.17.11",
"vue-cli-plugin-element-plus": "~0.0.13"
}
}