-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.21 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.21 KB
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
{
"name": "whiletrue",
"version": "1.1.2",
"description": "다시 풀고 싶은 알고리즘 문제를 여러분의 노션에 저장하고, 랜덤으로 다시 풀어보세요!",
"scripts": {
"clean": "npm cache clean -f && rm -rf dist",
"start": "webpack --watch --progress --config webpack.dev.js",
"build": "npm run clean && webpack --progress --config webpack.prod.js"
},
"author": "modisfive",
"devDependencies": {
"@types/chrome": "^0.0.181",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.2.4",
"css-minimizer-webpack-plugin": "^6.0.0",
"html-webpack-plugin": "^4.5.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^8.1.0",
"typescript": "^4.2.4",
"webpack": "^5.34.0",
"webpack-cli": "^4.6.0",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"bootstrap": "^5.3.2",
"react-bootstrap": "^2.10.1"
}
}