-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 3.16 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "via-frontend",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"sideEffects": false,
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VIA-E-commerce/VIA-Frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/VIA-E-commerce/VIA-Frontend/issues"
},
"homepage": "https://github.com/VIA-E-commerce/VIA-Frontend#readme",
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@loadable/component": "^5.15.2",
"axios": "^0.26.0",
"classnames": "^2.3.1",
"cross-env": "^7.0.3",
"dayjs": "^1.11.0",
"dompurify": "^2.3.6",
"dotenv": "^16.0.0",
"lodash": "^4.17.21",
"polished": "^4.2.2",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-daum-postcode": "^3.0.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "3.11.0",
"react-query": "^3.34.16",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"react-scroll": "^1.8.6",
"recoil": "^0.6.1",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.17.2",
"@emotion/babel-plugin": "^11.7.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@types/dompurify": "^2.3.3",
"@types/dotenv-webpack": "^7.0.3",
"@types/loadable__component": "^5.13.4",
"@types/lodash": "^4.14.180",
"@types/lodash-webpack-plugin": "^0.11.6",
"@types/node": "^17.0.25",
"@types/react": "^17.0.39",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.5",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@types/react-scroll": "^1.8.3",
"@types/webpack": "^5.28.0",
"@types/webpack-bundle-analyzer": "^4.4.1",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"babel-loader": "^8.2.3",
"babel-plugin-lodash": "^3.3.4",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.6.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"fork-ts-checker-webpack-plugin": "^7.2.1",
"html-webpack-plugin": "^5.5.0",
"lodash-webpack-plugin": "^0.11.6",
"prettier": "^2.5.1",
"process": "^0.11.10",
"react-refresh": "^0.11.0",
"style-loader": "^3.3.1",
"webpack": "^5.69.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}