-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.7 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
{
"name": "goodjob",
"version": "0.1.0",
"private": true,
"babel": {
"plugins": [
"babel-plugin-styled-components"
]
},
"dependencies": {
"@material-ui/core": "^4.1.3",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.18",
"@reach/router": "^1.2.1",
"@types/d3": "^5.7.2",
"@types/reach__router": "^1.2.4",
"d3": "^5.7.0",
"emailjs-com": "^2.3.2",
"gh-pages": "^2.0.0",
"html2canvas": "^1.0.0-alpha.12",
"jquery": "^3.3.1",
"lodash.debounce": "^4.0.8",
"node": "^11.12.0",
"query-string": "^6.6.0",
"react": "^16.8.6",
"react-annotation": "^2.1.6",
"react-container-dimensions": "^1.4.1",
"react-dom": "^16.8.6",
"react-joyride": "^2.0.5",
"react-responsive": "^6.1.1",
"react-scripts": "^3.0.1",
"react-spring": "^8.0.22",
"styled-components": "^4.3.1",
"terser": "^3.17.0",
"zustand": "^2.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --coverage",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"homepage": "https://danielacorner.github.io/pave__react",
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^12.0.7",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"babel-plugin-styled-components": "^1.10.0",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.6.0",
"react-app-rewired": "^2.1.1",
"react-testing-library": "^8.0.1",
"typescript": "^3.5.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}