-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 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
{
"name": "craftions-accounts",
"version": "1.0.0",
"description": "The Craftions Account System",
"main": "server.js",
"scripts": {
"express:start": "node server.js",
"webpack:start": "webpack serve --mode=development --port=3000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CraftionsMC/Accounts.git"
},
"author": "The Craftions Developers",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/CraftionsMC/Accounts/issues"
},
"homepage": "https://github.com/CraftionsMC/Accounts#readme",
"dependencies": {
"@craftions/bulma-dark": "^0.1.0-beta.1",
"@incodelang/accounts": "^1.0.17",
"@incodelang/accounts-client": "^1.0.11",
"babel-preset-react": "^6.24.1",
"bulma": "^0.9.3",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"react": "^17.0.2",
"react-bulma-components": "^4.0.7",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.4.0",
"html-webpack-plugin": "^5.4.0",
"node-sass": "^6.0.1",
"react-hot-loader": "^4.13.0",
"sass-loader": "^12.2.0",
"style-loader": "^3.3.1",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1"
},
"proxy": "http://localhost:5000"
}