-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "ac-skins",
"version": "1.0.0",
"main": "index.ts",
"license": "MIT",
"scripts": {
"start": "next start",
"dev": "next",
"build": "next build",
"prod": "pm2 start yarn --interpreter bash --name ac-outfits -- start -p 80",
"type-check": "tsc"
},
"dependencies": {
"@ant-design/icons": "^4.0.6",
"@elastic/elasticsearch": "^7.6.1",
"antd": "^4.1.4",
"axios": "^0.19.2",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.3.5",
"pm2": "^4.3.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"request": "^2.88.2",
"sass": "^1.26.3",
"tesseract.js": "^2.1.1",
"ts-node": "^8.9.0",
"typescript": "^3.8.3",
"typescript-tslint-plugin": "^0.5.5"
},
"devDependencies": {
"@types/node": "^13.13.1",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/request": "^2.48.4",
"prettier": "^2.0.5",
"stylelint-prettier": "^1.1.2",
"tslint": "^6.1.1",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-plugin-prettier": "^2.3.0",
"tslint-react": "^4.2.0"
}
}