-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 921 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
{
"name": "@sha/fullstack-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"axios": "^0.18.0",
"lerna": "^3.4.3",
"redux": "^4.0.1",
"ts-loader": "3.5.0",
"tslint": "^5.11.0"
},
"devDependencies": {
"@types/jest": "^23.3.9",
"http-server": "^0.11.1",
"prettier": "^1.15.3",
"ts-jest": "^23.10.4",
"tslint-react": "^3.6.0",
"typescript": "^3.2.0-rc"
},
"scripts": {
"start": "lerna run start --parallel",
"with-blackjack-and-hookers": "npm install && lerna bootstrap && lerna run start --parallel",
"backend": "--cwd /packages/service start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlaPS/c3x-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FlaPS/c3x-test/issues"
},
"homepage": "https://github.com/FlaPS/c3x-test#readme"
}