forked from eosnewyork/eos-transit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"private": true,
"scripts": {
"bootstrap": "lerna exec yarn installpkg && lerna link",
"clean": "lerna clean --yes",
"start": "yarn watch-packages",
"start-all": "lerna run start --stream",
"build-packages": "lerna run build-production --no-bail",
"watch-packages": "lerna run watch",
"build-packages-production": "lerna run build-production --no-bail",
"lint": "./node_modules/.bin/tslint -c ./tslint.json -p ./tsconfig.json",
"test": ""
},
"devDependencies": {
"@types/node": "^10.12.6",
"@types/uuid": "^3.4.4",
"@types/webpack": "^4.4.18",
"cross-env": "^5.2.0",
"lerna": "^3.4.3",
"prettier": "^1.15.2",
"scatterjs-core": "^2.3.8",
"scatterjs-plugin-eosjs2": "^1.1.6",
"shx": "^0.3.2",
"ts-loader": "^5.3.0",
"ts-node": "^7.0.1",
"tsconfig-paths": "^3.7.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.16.0",
"tslint-react": "^3.6.0",
"typescript": "3.1.6",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"prettier": {
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true
}
}