This repository has been archived by the owner on Feb 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.73 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
50
51
52
53
54
55
56
57
58
{
"name": "worldedit-golf",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc --project ./tsconfig.json --noEmit",
"lint": "tslint --config ./tslint.json --project ./tsconfig.json",
"lint:fix": "tslint --config ./tslint.json --project ./tsconfig.json --fix",
"storybook": "start-storybook -p 6006"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@types/gzip-js": "^0.3.1",
"aws-sdk": "^2.521.0",
"babel-loader": "^8.0.6",
"bcrypt": "^3.0.6",
"got": "^9.6.0",
"gzip-js": "^0.3.2",
"jsonwebtoken": "^8.5.1",
"nbt-ts": "^1.2.3",
"next": "9.0.5",
"polished": "^3.4.1",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-helmet": "^5.2.1",
"safe-compare": "^1.1.4",
"serverless-nextjs-plugin": "^2.3.4",
"serverless-offline": "^5.10.1",
"shortid": "^2.2.14",
"styled-components": "^4.3.2",
"three": "^0.108.0",
"zlibt": "0.0.5"
},
"devDependencies": {
"@storybook/addon-actions": "^5.1.11",
"@storybook/addon-backgrounds": "^5.1.11",
"@storybook/addon-info": "^5.1.11",
"@storybook/addon-knobs": "^5.1.11",
"@storybook/addon-links": "^5.1.11",
"@storybook/addon-storyshots": "^5.1.11",
"@storybook/addons": "^5.1.11",
"@storybook/react": "^5.1.11",
"@types/got": "^9.6.7",
"@types/jsonwebtoken": "^8.3.3",
"@types/node": "^12.7.3",
"@types/react": "^16.9.2",
"@types/shortid": "^0.0.29",
"@types/styled-components": "^4.1.18",
"babel-plugin-styled-components": "^1.10.6",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.19.0",
"tslint-react": "^4.0.0",
"typescript": "^3.6.2"
}
}