-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.35 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
{
"name": "@thewakingsands/cafe-kit",
"version": "0.1.0",
"main": "index.js",
"license": "UNLICENSED",
"private": true,
"scripts": {
"build": "wsrun --stages build",
"watch": "lerna run watch --parallel",
"lint": "lerna run lint --parallel"
},
"workspaces": [
"pkgs/*"
],
"devDependencies": {
"@types/node": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"css-loader": "^3.1.0",
"declaration-bundler-webpack-plugin": "https://github.com/smol/declaration-bundler-webpack-plugin.git",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-standard": "^4.0.0",
"lerna": "^3.13.4",
"prettier": "^1.17.0",
"source-map-support": "^0.5.12",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"ts-loader": "^6.0.4",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "3.5.1",
"typescript-tslint-plugin": "^0.3.1",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"wsrun": "^3.6.4"
}
}