-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
39 lines (39 loc) · 995 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
{
"name": "nextatic",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "npm run build && next export -o dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.6",
"next": "^9.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.161",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.2",
"frontmatter-markdown-loader": "^3.6.0",
"js-yaml-loader": "^1.2.2",
"lodash": "^4.17.20",
"prettier": "^2.1.2",
"sass": "^1.26.11",
"typescript": "^4.0.3"
}
}