-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.02 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
62
63
64
65
66
{
"name": "lee",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack serve --env development",
"build": "cross-env NODE_ENV=production TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"keywords": [
"ok"
],
"author": "lks",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@loadable/component": "^5.15.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/webpack-dev-server": "^4.5.0",
"axios": "^0.27.2",
"core-js-pure": "^3.25.1",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-quill": "^2.0.0",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"style-loader": "^3.3.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@emotion/babel-plugin": "^11.7.2",
"@types/loadable__component": "^5.13.4",
"@types/node": "^17.0.4",
"@types/react-router": "^5.1.17",
"@types/react-router-dom": "^5.3.2",
"@types/webpack": "^5.28.0",
"babel-loader": "^8.2.3",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"gh-pages": "^4.0.0",
"prettier": "^2.5.1",
"react-refresh": "^0.11.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.1"
},
"homepage": "https://keinn51.github.io/q_board/"
}