-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "phonics-esl",
"version": "0.1.0",
"author": "William Grant <yougotwill94@gmail.com> (https://yougotwill@github.io)",
"homepage": "https://yougotwill.github.io/phonics-esl",
"dependencies": {
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^4.0.3",
"@craco/craco": "^6.1.1",
"@tailwindcss/postcss7-compat": "npm:@tailwindcss/postcss7-compat",
"autoprefixer": "^9",
"cssnano": "^4.1.10",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"predeploy": "npm run build",
"deploy": "npx gh-pages -d build",
"test": "craco test",
"eject": "craco eject"
},
"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"
]
}
}