-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 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
{
"name": "hooked-on-react-meetup-talk",
"version": "1.0.0",
"description": "Base for Meetup talk",
"repository": "https://github.com/stephengodderidge/RQReactMeetup_April",
"author": "Zak Butcher",
"license": "MIT",
"private": true,
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@types/material-ui": "^0.21.6",
"@zeit/next-typescript": "^1.1.1",
"babel-plugin-module-resolver": "^3.1.3",
"eslint-plugin-react-hooks": "^1.6.0",
"next": "^8.0.3",
"path": "^0.12.7",
"polished": "^3.0.3",
"prop-types": "^15.6.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@types/next": "^8.0.1",
"@types/react": "^16.8.7",
"@types/react-dom": "^16.0.11",
"@types/styled-components": "^4.1.12",
"@typescript-eslint/eslint-plugin": "^1.4.2",
"@typescript-eslint/parser": "^1.4.2",
"awesome-typescript-loader": "^5.2.1",
"babel-core": "^7.0.0-0",
"babel-loader": "^8.0.5",
"babel-plugin-styled-components": "^1.10.0",
"babel-preset-next": "^1.2.0",
"babel-preset-react": "^6.24.1",
"eslint": "^5.15.3",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-react": "^7.12.4",
"module-resolver": "^1.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.16.4",
"raw-loader": "^2.0.0",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"typescript": "^3.3.3333",
"typescript-styled-plugin": "^0.14.0",
"webpack": "^4.29.6",
"yarn": "^1.13.0"
},
"scripts": {
"front": "next",
"clean-environment": "git clean -dfx && yarn"
}
}