-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.48 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
{
"name": "trance",
"version": "0.0.1",
"description": "trance js",
"repository": "https://github.com/trance-js/trance",
"license": "MIT",
"scripts": {
"build": "",
"start": "nodemon",
"server:prod": "tsc && node dist_server/main.js"
},
"dependencies": {
"antd": "^3.18.0",
"axios": "^0.18.0",
"axios-https-proxy-fix": "^0.17.1",
"dva": "^2.4.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"typescript": "^3.4.5"
},
"devDependencies": {
"@nestjs/common": "^6.2.0",
"@nestjs/core": "^6.2.0",
"@nestjs/platform-express": "^6.2.0",
"@nestjs/testing": "^6.2.0",
"@nestjs/typeorm": "^6.1.0",
"@types/express": "^4.16.0",
"@types/jest": "^24.0.11",
"@types/next": "^8.0.5",
"@types/node": "^11.13.4",
"@types/react": "^16.8.18",
"@types/react-dom": "^16.8.4",
"@types/supertest": "^2.0.7",
"@zeit/next-less": "^1.0.1",
"@zeit/next-typescript": "^1.1.1",
"babel-plugin-import": "^1.11.2",
"concurrently": "^4.1.0",
"jest": "^24.7.0",
"less": "^3.9.0",
"less-vars-to-js": "^1.3.0",
"mysql": "^2.16.0",
"nestjs-config": "^1.4.0",
"next": "^8.1.0",
"next-routes": "^1.4.2",
"nodemon": "^1.18.11",
"prettier": "^1.17.0",
"reflect-metadata": "^0.1.12",
"rimraf": "^2.6.3",
"rxjs": "^6.5.0",
"supertest": "^4.0.2",
"ts-jest": "^24.0.2",
"ts-node": "^8.1.0",
"tsconfig-paths": "^3.8.0",
"tslint": "^5.16.0",
"typeorm": "^0.2.15"
}
}