-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.22 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "smapshot_front_end_embed_3d",
"version": "0.0.1",
"scripts": {
"dev": "vue-cli-service serve",
"lint": "vue-cli-service lint --fix",
"build": "vue-cli-service build --mode production --modern",
"build_test": "npm run build && npm run serve_build",
"serve_build": "http-server ./dist --gzip -o -c-1 --proxy http://localhost:8080?"
},
"dependencies": {
"@geoblocks/cesium-view-cube": "0.0.1",
"cesium": "^1.84.0",
"focus-visible": "^5.2.0",
"intersection-observer": "^0.12.0",
"screenfull": "^5.1.0",
"v-tooltip": "^2.1.2",
"v-tostini": "^1.4.0",
"vue": "^2.6.12",
"vue-click-outside": "^1.1.0",
"vue-force-next-tick": "^1.1.0",
"vue-global-events": "^1.2.1",
"vue-i18n": "^8.28.2",
"vue-inline-svg": "^2.0.0",
"vue-lazyload": "^1.3.3",
"vue-loading-overlay": "^3.4.2",
"vue-static": "0.0.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
"@babel/plugin-transform-spread": "^7.12.13",
"@fullhuman/postcss-purgecss": "^3.1.3",
"@ky-is/vue-cli-plugin-tailwind": "^2.0.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.26.0",
"eslint-plugin-vue": "^7.4.1",
"http-server": "^0.12.3",
"husky": "^5.2.0",
"lint-staged": "^10.5.4",
"postcss": "^8.4.18",
"postcss-move-props-to-bg-image-query": "^4.0.0",
"postcss-preset-env": "^7.8.2",
"postcss-scss": "^4.0.5",
"postcss-strip-inline-comments": "^0.1.5",
"purgecss-webpack-plugin": "^3.1.3",
"sass": "^1.55.0",
"sass-loader": "~13.0.0",
"strip-pragma-loader": "^1.0.1",
"style-loader": "^2.0.0",
"svg-transform-loader": "^2.0.13",
"tailwind-css-variables": "^2.0.3",
"tailwindcss": "1.9.6",
"vue-template-compiler": "^2.6.12",
"worker-loader": "^3.0.8"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint",
"git add"
]
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 11"
],
"engines": {
"node": ">=14.0.0 <17.0.0"
}
}