forked from Kazetsukai/onetech
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "onetech",
"description": "One Hour One Life Crafting Guide",
"version": "1.0.0",
"author": "Daniel Tebbutt <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "webpack serve",
"build": "webpack --progress",
"process": "cd process && npm run process",
"process-all": "cd process && npm run process -- download",
"process-specific-objects": "cd process && npm run process -- specific-objects"
},
"dependencies": {
"@sentry/vue": "^8.35.0",
"@vueuse/head": "^2.0.0",
"lodash": "^4.17.21",
"pug": "^3.0.2",
"style-loader": "^4.0.0",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"vue-tippy": "^6.4.4"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@vue/compiler-sfc": "^3.4.38",
"ajv": "^8.12.0",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"file-loader": "^6.2.0",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"vue-loader": "^17.4.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}