-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.62 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.62 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "reactober",
"version": "1.0.0",
"scripts": {
"serve": "webpack serve",
"watch": "ts-node src/generator/watch.ts",
"build": "ts-node src/generator/index.ts"
},
"license": "MIT",
"tscheck": "tsc",
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.23.7",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@svgr/webpack": "^8.1.0",
"@types/chokidar": "^2.1.3",
"@types/glob": "^8.1.0",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
"@types/tailwindcss": "^3.1.0",
"@types/webpack": "^5.28.5",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"chokidar": "^3.5.3",
"css-loader": "^6.8.1",
"eslint": "^8.56.0",
"file-loader": "^6.2.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"html-webpack-plugin": "^5.6.0",
"js-yaml": "^4.1.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.33",
"postcss-loader": "^7.3.4",
"postcss-preset-env": "^9.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"static-site-generator-webpack-plugin": "^3.4.2",
"style-loader": "^3.3.3",
"svg-inline-loader": "^0.8.2",
"tailwindcss": "^3.4.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.3.3",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}