-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.77 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
{
"name": "Phonic-Spelling",
"version": "1.0.0",
"description": "Phonic Spelling",
"keywords": [
"react",
"starter"
],
"main": "src/index.js",
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@giphy/js-fetch-api": "^4.1.2",
"@giphy/react-components": "^5.4.0",
"@reduxjs/toolkit": "^1.6.2",
"axios": "^0.26.0",
"date-fns": "^2.25.0",
"firebase": "^9.1.3",
"firebase-functions": "^3.19.0",
"firebase-tools": "^9.21.0",
"framer-motion": "^4",
"prettier": "^2.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "5.3.0",
"react-scripts": "4.0.0",
"react-toastify": "^8.0.3",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"typescript": "4.1.3"
},
"scripts": {
"start": "react-scripts start",
"start:phonics": "REACT_APP_SITE=phonics react-scripts start",
"start:mcguffey": "REACT_APP_SITE=mcguffey react-scripts start",
"start:synthetic-primer": "REACT_APP_SITE=synthetic-primer react-scripts start",
"build": "react-scripts build",
"build:phonics": "REACT_APP_SITE=phonics react-scripts build",
"build:mcguffey": "REACT_APP_SITE=mcguffey react-scripts build",
"build:synthetic-primer": "REACT_APP_SITE=synthetic-primer react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"eslintConfig": {
"extends": [
"react-app"
],
"rules": {
"no-unused-vars": "warn"
}
}
}