-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.03 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
{
"name": "ourea",
"version": "0.1.6",
"description": "nextjs with material-ui & typescript demo",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon",
"build": "next build && tsc --project tsconfig.server.json",
"start": "cross-env NODE_ENV=production node dist/server/index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qtisan/ourea.git"
},
"keywords": [
"nextjs",
"material-ui",
"typescript"
],
"author": "Lennon Qian",
"license": "ISC",
"bugs": {
"url": "https://github.com/qtisan/ourea/issues"
},
"homepage": "https://github.com/qtisan/ourea#readme",
"dependencies": {
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"@types/color": "^3.0.0",
"@types/express": "^4.17.0",
"@types/jest": "^24.0.15",
"@types/lodash": "^4.14.136",
"@types/mongodb": "^3.1.28",
"@types/mongoose": "^5.5.8",
"@types/next": "^8.0.6",
"@types/node": "^12.6.2",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@zeit/next-typescript": "^1.1.1",
"array-polyfill.js": "^1.0.3",
"async-validator": "^1.11.3",
"color": "^3.1.2",
"express": "^4.17.1",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.14",
"mobx": "^5.11.0",
"mobx-react": "^6.1.1",
"mobx-state-tree": "^3.14.0",
"mongoose": "^5.6.5",
"next": "^8.1.0",
"notistack": "^0.8.8",
"phusis": "^0.2.6",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/preset-typescript": "^7.3.3",
"awesome-typescript-loader": "^5.2.1",
"babel-plugin-styled-components": "^1.10.6",
"cross-env": "^5.2.0",
"fork-ts-checker-webpack-plugin": "^1.4.0",
"nodemon": "^1.19.1",
"source-map-loader": "^0.2.4",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
}
}