-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.57 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
{
"name": "akam",
"version": "0.1.5",
"scripts": {
"start": "webpack serve --config config/webpack/dev.ts",
"build": "webpack --config config/webpack/build.ts",
"build:watch": "webpack --config config/webpack/build.ts --watch"
},
"dependencies": {
"@00-team/utils": "^1.0.2",
"@loadable/component": "^5.15.2",
"@react-icons/all-files": "^4.1.0",
"axios": "^0.27.2",
"jotai": "^1.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-router-dom": "^6.4.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/loadable__component": "^5.13.4",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-google-recaptcha": "^2.1.5",
"@types/webpack-bundle-analyzer": "^4.4.2",
"autoprefixer": "^10.4.8",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss-loader": "^7.0.1",
"sass": "^1.54.5",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0"
}
}