-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 916 Bytes
/
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
{
"name": "typescript-nextjs-starter",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "next build",
"dev": "nodemon",
"lint": "tslint --project . --fix"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"@zeit/next-typescript": "^1.1.1",
"babel-plugin-emotion": "^10.0.7",
"compression": "^1.7.3",
"express": "^4.16.4",
"next": "^7.0.2",
"next-routes": "^1.4.2",
"nodemon": "^1.18.9",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"storyblok-js-client": "^1.0.21",
"storyblok-react": "^0.0.7",
"ts-node": "^7.0.1",
"tslint": "^5.12.1",
"typescript": "^3.3.3"
},
"devDependencies": {
"@types/compression": "^0.0.36",
"@types/express": "^4.16.0",
"@types/next": "^7.0.6",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11"
}
}