forked from grycap/oscar-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.69 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
{
"name": "oscar-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"deploy_container": "sed -i '/deploy_container/c\\ \\ \\ \\ \"deploy_container\" : \"true\",' src/env.js && sed -i '/api/c\\ \\ \\ \\ \"api\" : \"\",' src/env.js && npm install && npm run build"
},
"dependencies": {
"@sideway/address": "^5.0.0",
"aws-sdk": "^2.1394.0",
"axios": "^0.21.1",
"epic-spinners": "^1.0.3",
"file-saver": "^2.0.2",
"filesize": "^3.6.1",
"joi": "^17.7.1",
"jszip": "^3.5.0",
"jszip-utils": "^0.1.0",
"moment": "^2.29.2",
"node-polyfill-webpack-plugin": "^2.0.1",
"nprogress": "^0.2.0",
"register-service-worker": "^1.0.0",
"sweetalert2": "^11.4.8",
"timers": "^0.1.1",
"vue": "^2.5.17",
"vue-json-pretty": "^1.9.5",
"vue-material": "^1.0.0-beta-14",
"vue-perfect-scrollbar": "^0.1.0",
"vue-router": "^3.0.1",
"vuetify": "^1.5.24",
"yaml": "^2.4.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-e2e-nightwatch": "^5.0.8",
"@vue/cli-plugin-unit-jest": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^29.4.2",
"babel-plugin-transform-imports": "^1.4.1",
"minio": "7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-vuetify": "^0.1.6",
"vue-template-compiler": "^2.5.17"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}