forked from found-ark/foundark-Front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.74 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "foundark-front_sjb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"dev": "webpack-dev-server --progress --mode development",
"build": "webpack --progress --mode production",
"test": "react-scripts test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deokisys/foundark-Front.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/deokisys/foundark-Front/issues"
},
"homepage": "https://github.com/deokisys/foundark-Front#readme",
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@stylexjs/webpack-plugin": "^0.3.0",
"@testing-library/react": "^14.1.2",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"favicons-webpack-plugin": "^6.0.1",
"mini-css-extract-plugin": "^2.7.6",
"node-sass": "^9.0.0",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@reduxjs/toolkit": "^2.0.1",
"@stylexjs/stylex": "^0.3.0",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"file-loader": "^6.2.0",
"hangul-js": "^0.2.6",
"html-webpack-plugin": "^5.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.0.3",
"react-router-dom": "^6.20.1",
"react-scripts": "^5.0.1",
"webpack-dev-middleware": "^6.1.1"
}
}