-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 989 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
37
38
39
40
41
{
"name": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@types/lodash": "^4.14.155",
"@types/styled-components": "^5.1.0",
"@umijs/hooks": "^1.9.3",
"gray-matter": "^4.0.2",
"lodash": "^4.17.15",
"next": "9.4.0",
"node-fetch": "^2.6.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.1.1",
"swr": "^0.2.3"
},
"devDependencies": {
"@types/node": "^14.0.13",
"@types/react": "^16.9.38",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.0.0",
"babel-plugin-styled-components": "^1.10.7",
"source-map-loader": "^1.0.0",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5"
},
"prettier": {
"singleQuote": true,
"bracketSpacing": true,
"semi": false,
"arrowParens": "avoid",
"trailingComma": "none"
}
}