-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.99 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": "next-mui-darkmode-starter",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"test": "jest",
"chromatic": "chromatic --exit-zero-on-changes"
},
"dependencies": {
"@emotion/cache": "^11.6.0",
"@emotion/react": "^11.6.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.0.0-rc.1",
"@mui/material": "^5.0.0-rc.1",
"cookie": "^0.4.1",
"next": "^12.0.4",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@storybook/addon-actions": "^6.4.7",
"@storybook/addon-essentials": "^6.4.7",
"@storybook/addon-links": "^6.4.7",
"@storybook/addon-storyshots": "^6.4.7",
"@storybook/builder-webpack5": "^6.4.7",
"@storybook/manager-webpack5": "^6.4.7",
"@storybook/react": "^6.4.7",
"@types/next": "^9.0.0",
"@types/node": "16.11.7",
"@types/react": "17.0.35",
"@types/react-cookies": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"babel-jest": "^27.4.2",
"babel-loader": "^8.2.3",
"chromatic": "^6.1.0",
"eslint": "^7.32.0",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-storybook": "^0.5.3",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.3",
"jest-dom": "^4.0.0",
"lint-staged": "^12.0.2",
"prettier": "^2.4.1",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.0.7",
"typescript": "4.4.4"
},
"version": "1.0.0",
"description": "starter project for next js with material ui and dark mode theme",
"main": "index.js",
"repository": "https://github.com/esharmony/next-mui-darkmode-starter.git",
"author": "Matthew Barnden <[email protected]>",
"license": "MIT"
}