-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.37 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
96
97
98
99
100
101
102
103
{
"name": "cnu-sam-fe",
"version": "1.0.0",
"description": "기존 fosslight를 응용해서 만드는 자산관리도구 프론트엔드 레포지토리",
"main": "index.js",
"scripts": {
"dev": "webpack serve",
"build": "webpack --mode production",
"lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"jest": "jest",
"jest-coverage": "jest --coverage",
"cypress:open": "cypress open",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --project-token=ea19b3f6b2f7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CNUOSS/CNU-SAM-FE.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/CNUOSS/CNU-SAM-FE/issues"
},
"homepage": "https://github.com/CNUOSS/CNU-SAM-FE#readme",
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@nextui-org/react": "^1.0.8-beta.5",
"axios": "^0.27.2",
"i18next": "^21.6.14",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-helmet-async": "^1.2.3",
"react-i18next": "^11.16.2",
"react-query": "^3.38.0",
"react-query-auth": "^1.1.0",
"react-virtualized": "^9.22.3",
"recharts": "^2.1.10",
"recoil": "^0.7.0",
"storybook-addon-mock": "^2.3.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.18.8/xlsx-0.18.8.tgz"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@storybook/addon-actions": "^6.4.20",
"@storybook/addon-essentials": "^6.4.20",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-links": "^6.4.20",
"@storybook/builder-webpack5": "^6.4.20",
"@storybook/manager-webpack5": "^6.4.20",
"@storybook/react": "^6.4.20",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^14.0.4",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.42",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^17.0.14",
"@types/react-helmet": "^6.1.5",
"@types/react-virtualized": "^9.21.21",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^4.1.0",
"chromatic": "^6.5.4",
"css-loader": "^6.7.1",
"cypress": "^9.5.3",
"dotenv-webpack": "^7.1.0",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"mini-css-extract-plugin": "^2.6.0",
"pre-commit": "^1.2.2",
"prettier": "^2.6.0",
"react-beautiful-dnd-test-utils": "^4.1.1",
"style-loader": "^3.3.1",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
"typescript": "^4.6.2",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"pre-commit": "lint"
}