-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 944 Bytes
/
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
{
"name": "faint-rpg",
"homepage": "http://rayentellissy.github.io/Faint-RPG",
"repository": {
"url": "git+https://github.com/rayentellissy/Faint-RPG.git"
},
"scripts": {
"build": "webpack --mode=development",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"start": "webpack --mode=development --watch"
},
"dependencies": {
"axios": "^1.3.6",
"file-loader": "^6.2.0",
"html-react-parser": "^3.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack-dev-server": "^4.13.2"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.0.1",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1"
}
}