-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.42 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
{
"name": "talentmaker-site",
"version": "1.0.0",
"private": true,
"description": "Web application for Talentmaker",
"license": "BSD-3-Clause",
"author": {
"email": "[email protected]",
"name": "Luke Zhang"
},
"bugs": {
"url": "https://github.com/Luke-zhang-04/round-maker/issues"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/**/*.{js,css}'",
"analyze:css": "source-map-explorer 'build/static/css/*.css'",
"analyze:js": "source-map-explorer 'build/static/js/*.js'",
"build": "REACT_APP_HASH=$(git rev-parse HEAD) REACT_APP_TIME=$(git log -1 --format=%ct)000 craco build",
"generate-pwa-assets": "npx pwa-asset-generator ./public/images/android-chrome-512x512.png --background '#eee' --scrape false",
"lint": "bash lint.sh",
"lint:fix": "bash lint.sh --fix",
"prepare": "husky install",
"start": "REACT_APP_HASH=$(git rev-parse HEAD) REACT_APP_TIME=$(git log -1 --format=%ct)000 craco start",
"test": "REACT_APP_HASH=$(git rev-parse HEAD) REACT_APP_TIME=$(git log -1 --format=%ct)000 craco test"
},
"dependencies": {
"@luke-zhang-04/dateplus": "^4.0.0-beta2",
"@luke-zhang-04/react-simple-markdown-editor": "^1.1.1",
"@luke-zhang-04/utils": "github:luke-zhang-04/utils#semver:^1.7.0",
"aos": "^2.3.4",
"bootstrap": "^5.1.3",
"dompurify": "^2.3.4",
"formik": "^2.2.9",
"lz-string": "^1.4.4",
"normalize.css": "^8.0.1",
"osi-licenses": "^0.1.1",
"prismjs": "^1.25.0",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0-beta.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-markdown": "^5.0.3",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"react-tag-input": "^6.7.3",
"remark-gfm": "^1.0.0",
"spdx-license-ids": "^3.0.10",
"swiper": "^7.3.4",
"web-vitals": "^2.1.0",
"yup": "^0.32.11",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/helper-define-map": "^7.14.5",
"@craco/craco": "^6.4.3",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.5",
"@types/aos": "^3.0.4",
"@types/bootstrap": "^5.1.6",
"@types/dompurify": "^2.3.2",
"@types/jest": "^27.0.3",
"@types/lz-string": "^1.3.34",
"@types/node": "^16.7.4",
"@types/prismjs": "^1.16.6",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.4",
"@types/react-tag-input": "^6.1.3",
"@types/yup": "^0.29.13",
"@types/zxcvbn": "^4.4.1",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"browserslist": "^4.19.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.3",
"prettier": "^2.5.1",
"prettier-plugin-jsdoc": "^0.3.30",
"prettier-plugin-package": "^1.3.0",
"prettier-plugin-sh": "^0.8.1",
"react-scripts": "^5.0.0",
"sass": "^1.45.1",
"source-map-explorer": "^2.5.2",
"stylelint": "^14.2.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-webpack-plugin": "^3.1.0",
"typescript": "^4.5.4"
}
}