forked from scorelab/Codelabz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.48 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
{
"name": "codelabz",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@craco/craco": "^5.6.4",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"codemirror": "^5.56.0",
"color-thief-react": "^1.0.2",
"craco-less": "^1.18.0",
"elasticlunr": "^0.9.5",
"firebase": "^8.6.3",
"history": "^4.10.1",
"lodash": "^4.17.20",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"rc-color-picker": "^1.2.6",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-headroom": "^3.0.0",
"react-image": "^4.0.3",
"react-image-crop": "^8.6.12",
"react-markdown": "^6.0.2",
"react-redux": "^7.2.1",
"react-redux-firebase": "^3.7.0",
"react-responsive": "^8.1.0",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-social-login-buttons": "^3.4.0",
"react-syntax-highlighter": "^15.4.3",
"redux": "^4.0.5",
"redux-auth-wrapper": "^3.0.0",
"redux-firestore": "^0.15.0",
"redux-thunk": "^2.3.0",
"validator": "^13.6.0"
},
"scripts": {
"start": "craco start",
"emulator": "firebase emulators:start",
"emulator-import": "firebase emulators:start --import=testdata",
"emulator-export": "rm -rf testdata && firebase emulators:export testdata",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"prettier:write": "npx prettier --write ."
},
"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": {
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/node-logger": "^6.2.9",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.2.9",
"css-loader": "^5.2.6",
"cypress": "^4.12.1",
"cypress-xpath": "^1.6.0",
"less-loader": "^7.3.0",
"style-loader": "^2.0.0"
}
}