-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
65 lines (65 loc) · 1.98 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
58
59
60
61
62
63
64
65
{
"name": "@roboportal/main",
"version": "0.0.1",
"description": "",
"private": true,
"workspaces": [
"./packages/*",
"./projects/*"
],
"scripts": {
"start": "npm run start -w @roboportal/dakka",
"remove-dist": "npm run remove-dist -w @roboportal/dakka",
"start:dev": "npm run start:dev -w @roboportal/dakka",
"build": "npm run build -w @roboportal/dakka",
"pack": "npm run pack -w @roboportal/dakka",
"devtools": "npm run devtools -w @roboportal/dakka",
"lint": "eslint",
"test": "jest",
"prepare": "husky install"
},
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.7",
"@emotion/babel-plugin": "^11.3.0",
"@hot-loader/react-dom": "^17.0.1",
"@redux-devtools/core": "^3.11.0",
"@roboportal/dakka": "file:projects/extension",
"@types/chrome": "^0.0.159",
"@types/jest": "^27.4.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "^17.0.31",
"@types/react": "^17.0.31",
"@types/react-dom": "^17.0.10",
"@types/react-syntax-highlighter": "^15.5.1",
"@types/remote-redux-devtools": "^0.5.5",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"babel-loader": "^8.2.3",
"babel-preset-react-app": "^10.0.0",
"copy-webpack-plugin": "^9.1.0",
"eslint": "^8.3.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"react-devtools": "^4.27.2",
"react-hot-loader": "^4.13.0",
"source-map-loader": "^3.0.0",
"terser-webpack-plugin": "^5.2.5",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.6",
"ts-node": "^10.5.0",
"typescript": "^4.4.4",
"webpack": "^5.64.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
},
"dependencies": {
"react-syntax-highlighter": "^15.5.0"
}
}