generated from z-nith/zenith-mui-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.59 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
{
"name": "cinderblox-studio",
"version": "0.1.0",
"description": "An open-source web application showcasing the power of color quantization",
"main": "index.js",
"repository": "https://github.com/z-nith/cinderblox-studio.git",
"author": "Jesse Meza <jmeza081@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"dev:now": "now dev --listen 3000",
"build": "next build",
"deploy": "now --prod",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@apollo/react-hooks": "@latest",
"@apollo/react-ssr": "@latest",
"@apollo/react-testing": "@latest",
"@material-ui/core": "@latest",
"apollo-boost": "@latest",
"apollo-upload-client": "@latest",
"axios": "@latest",
"clsx": "@latest",
"formik": "@latest",
"graphql": "@latest",
"isomorphic-unfetch": "@latest",
"jsdom": "@latest",
"mdi-material-ui": "@latest",
"next": "@latest",
"next-seo": "^4.7.3",
"notistack": "@latest",
"react": "@latest",
"react-dom": "@latest",
"react-feather": "^2.0.8",
"react-scroll-parallax": "^2.3.3",
"utility-types": "@latest",
"validator": "@latest",
"yup": "@latest"
},
"devDependencies": {
"@types/apollo-upload-client": "@latest",
"@types/axios": "@latest",
"@types/color-convert": "@latest",
"@types/enzyme": "@latest",
"@types/enzyme-adapter-react-16": "@latest",
"@types/graphql": "@latest",
"@types/jest": "@latest",
"@types/jsdom": "@latest",
"@types/next-seo": "@latest",
"@types/node": "@latest",
"@types/react": "@latest",
"@types/react-dom": "@latest",
"@types/validator": "@latest",
"@types/yup": "@latest",
"babel-plugin-inline-react-svg": "^1.1.1",
"enzyme": "@latest",
"enzyme-adapter-react-16": "^@latest",
"enzyme-to-json": "@latest",
"eslint": "@latest",
"eslint-config-prettier": "@latest",
"eslint-plugin-import": "@latest",
"eslint-plugin-react": "@latest",
"husky": "@latest",
"jest": "@latest",
"prettier": "@latest",
"pretty-quick": "@latest",
"ts-jest": "@latest",
"typescript": "@latest",
"waait": "@latest"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"engines": {
"node": "10.x"
}
}