-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.61 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
{
"name": "szz.io",
"version": "1.0.0",
"description": "My personal website",
"main": "src/index.js",
"scripts": {
"live": "node build.js live",
"watch": "node build.js watch",
"build": "node build.js",
"dist": "node build.js production",
"prepare": "node build.js production",
"lint": "eslint *.js src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aspyrx/szz.io"
},
"author": "Stan Zhang <stan.zhang2@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aspyrx/szz.io/issues"
},
"homepage": "https://github.com/aspyrx/szz.io#readme",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/runtime": "^7.23.9",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"bundle-loader": "^0.5.5",
"classnames": "^2.5.1",
"css-loader": "^6.10.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-webpack-plugin": "^4.0.1",
"html-webpack-plugin": "^5.6.0",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.8.0",
"normalize.css": "^8.0.1",
"postcss-loader": "^8.1.0",
"progress": "^2.0.3",
"react": "^18.2.0",
"react-css-transition-replace": "^5.0.1",
"react-dom": "^18.2.0",
"react-refresh": "^0.14.0",
"react-router": "^6.22.0",
"react-router-dom": "^6.22.0",
"style-loader": "^3.3.4",
"webpack": "^5.90.1",
"webpack-dev-server": "^4.15.1"
}
}