-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1006 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
42
43
44
45
{
"name": "bship",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.22.0",
"lodash.template": "^4.5.0",
"next": "latest",
"polished": "^3.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^2.6.0",
"styled-components": "^4.3.2",
"typescript": "^5.0.4"
},
"scripts": {
"start": "next dev",
"build": "next build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/base-64": "^0.1.3",
"@types/jest": "^24.0.17",
"@types/node": "^12.7.1",
"@types/react": "16.8.25",
"@types/react-dom": "16.8.5",
"@types/react-ga": "^2.3.0",
"@types/styled-components": "^4.1.18",
"@types/three": "^0.103.2",
"@types/utf8": "^2.1.6",
"eslint": "^8.38.0",
"prettier": "^1.18.2"
}
}