forked from weareunderdesign/rnbw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.41 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "rainbow",
"version": "0.0.6",
"description": "",
"scripts": {
"build": "cp -r public/. dist && webpack --progress --mode production",
"start": "webpack serve --mode development",
"deploy": "gh-pages -d dist",
"lint": "eslint src",
"precommit": "npm run lint && lint-staged"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix",
"git add"
]
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@monaco-editor/react": "^4.4.6",
"@reduxjs/toolkit": "^2.1.0",
"@rnbws/renecss": "^0.0.2",
"@rnbws/rfrncs.design": "^0.0.2",
"@rnbws/svg-icon.js": "^0.0.1",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"cmdk": "^0.1.20",
"file-system-access": "^1.0.4",
"filer": "^1.4.1",
"idb-keyval": "^6.2.0",
"js-beautify": "^1.14.11",
"jszip": "^3.10.1",
"monaco-editor": "^0.41.0",
"morphdom": "^2.7.1",
"parse5": "^7.1.2",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-complex-tree": "^2.0.0",
"react-dom": "^18.2.0",
"react-redux": "^7.2.9",
"react-resizable-panels": "^2.0.3",
"react-router-dom": "^6.9.0",
"react-toastify": "^10.0.4",
"react-top-loading-bar": "^2.3.1",
"redux-persist": "^6.0.0",
"redux-undo": "^1.0.1",
"workbox-window": "^6.5.4"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@types/file-saver": "^2.0.5",
"@types/js-beautify": "^1.14.3",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/react-redux": "^7.1.24",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"babel-loader": "^9.1.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"cpx": "^1.5.0",
"css-loader": "^6.7.1",
"csv-loader": "^3.0.5",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
"file-loader": "^6.2.0",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"monaco-editor-webpack-plugin": "^7.0.1",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.1",
"typescript": "^4.9.3",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
}
}