-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 1337",
"build": "next build",
"start": "next start",
"type-check": "tsc --project tsconfig.json --pretty --noEmit",
"lint": "eslint --ext js,jsx,ts,tsx --fix",
"postinstall": "husky install",
"text": "jest"
},
"dependencies": {
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"ant-table-extensions": "^1.1.7",
"antd": "^4.14.0",
"grommet": "^2.17.1",
"jsonpath": "^1.1.1",
"next": "10.0.5",
"next-useragent": "^2.4.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-force-graph": "^1.41.5",
"styled-components": "^5.2.3",
"three-spritetext": "^1.6.2",
"typescript": "^4.2.3",
"xml-loader": "^1.2.1"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@types/jest": "^26.0.23",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-jest": "^26.6.3",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-watch-typeahead": "^0.6.3",
"prettier": "^2.2.1",
"react-test-renderer": "17.0.1"
}
}