-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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": "02rk",
"version": "1.0.0",
"description": "02RK is a plan simulator of online PC game 'Eternal Return'",
"main": "main.js",
"scripts": {
"dev": "webpack-dev-server --mode=development",
"build": "webpack --mode=production"
},
"keywords": [
"eternal return",
"영원회귀",
"エターナルリターン",
"永恒轮回",
"永恆輪迴"
],
"author": "yongrok",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.15.8",
"@vue/compiler-sfc": "^3.2.19",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.3.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.18.0",
"html-webpack-plugin": "^5.3.2",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"url-loader": "^4.1.1",
"vue-loader": "^16.8.1",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.55.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.3.0"
},
"dependencies": {
"amplitude-js": "^8.18.4",
"file-loader": "^6.2.0",
"i18next": "^21.6.16",
"vue": "^3.2.19",
"vue-i18n": "^9.1.9",
"vuex": "^4.0.2"
}
}