-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.33 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.33 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
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
{
"name": "snu-festival",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^5.6.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"clipboard": "^2.0.8",
"confetti-js": "^0.0.18",
"craco-alias": "^2.1.1",
"dayjs": "^1.9.6",
"firebase": "^8.0.2",
"gsap": "^3.5.1",
"howler": "^2.2.1",
"immer": "^8.0.1",
"js-sha256": "^0.9.0",
"js-sha512": "^0.8.0",
"polished": "^4.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-lottie": "^1.2.3",
"react-pdf": "^5.3.0",
"react-redux": "^7.2.2",
"react-reveal": "^1.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-slick": "^0.27.11",
"react-toastify": "^6.0.9",
"reactjs-popup": "^2.0.4",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"styled-components": "^5.1.1",
"styled-media-query": "^2.1.2"
},
"scripts": {
"start": "craco start",
"build": "GENERATE_SOURCEMAP=false craco build",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"test": "craco test",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.12.1",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/preset-create-react-app": "^3.1.4",
"@storybook/react": "^5.3.19",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"hygen": "^6.0.4",
"prop-types": "^15.7.2",
"react-ga": "^3.1.2",
"react-lazy-load": "^3.1.13",
"slick-carousel": "^1.8.1",
"source-map-explorer": "^2.5.0"
}
}