-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.44 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
{
"name": "@spiral-toolkit/root",
"version": "1.2.2",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "cross-env NODE_ENV=production node ./webpack/build",
"watch": "node ./webpack/watch",
"gitrelease": "node ./release/index",
"build:dev": "cross-env NODE_ENV=development node ./webpack/build"
},
"devDependencies": {
"@octokit/auth-app": "^2.4.5",
"@octokit/rest": "^17.6.0",
"@types/assert": "^1.4.6",
"@types/node": "^13.13.2",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"babel-eslint": "^10.1.0",
"concurrently": "^5.1.0",
"cross-env": "^7.0.2",
"css-loader": "^3.2.0",
"do-nothing-loader": "^1.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-airbnb-typescript": "^7.2.0",
"eslint-loader": "^4.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"fork-ts-checker-webpack-plugin": "^4.1.1",
"lerna": "^3.20.2",
"rimraf": "^3.0.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.1.4",
"ts-loader": "^7.0.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^3.8.3",
"url-loader": "^4.1.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.2",
"webpack-livereload-plugin": "^2.2.0",
"zip-a-folder": "^0.0.12"
}
}