-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "hayane",
"version": "1.0.0",
"description": "Hayane",
"main": "./src/index.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"dev": "webpack-dev-server --config webpack.dev.js",
"start": "webpack --config webpack.prod.js;open http://localhost:8080&node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cmu-jsa/hayane"
},
"author": "Japanese Student Association at CMU",
"license": "MIT",
"bugs": {
"url": "https://github.com/cmu-jsa/hayane/issues"
},
"homepage": "https://github.com/cmu-jsa/hayane#readme",
"dependencies": {
"express": "^4.17.1",
"nes.css": "^2.3.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"serve-favicon": "^2.5.0",
"uuid": "^8.3.2",
"ws": "^7.4.3"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@svgr/webpack": "^5.5.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"style-loader": "^2.0.0",
"webpack": "^5.11.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.7.3"
}
}