-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.61 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
{
"name": "tabmanager",
"version": "1.0.0",
"description": "A simple tab manager. See your tabs in a list",
"private": true,
"dependencies": {
"@types/firefox-webext-browser": "~94.0.1",
"bootstrap": "~5.3.3",
"classnames": "~2.3.1",
"lodash": "~4.17.21",
"mobx": "~6.12.4",
"mobx-react": "~9.1.1",
"react": "~17.0.2",
"react-bootstrap": "~2.10.1",
"react-dom": "~17.0.2",
"react-icons": "~5.2.1",
"react-sortablejs": "~6.1.4",
"sortablejs": "~1.15.0"
},
"devDependencies": {
"@babel/core": "~7.15.5",
"@babel/preset-env": "~7.15.6",
"@babel/preset-react": "~7.14.5",
"@types/lodash": "~4.14.190",
"@types/node": "~18.11.9",
"@types/react": "~18.0.25",
"@types/react-dom": "~18.0.9",
"@types/sortablejs": "~1.15.0",
"autoprefixer": "~10.4.19",
"babel-loader": "~8.2.2",
"css-loader": "~7.1.2",
"html-webpack-plugin": "~5.6.0",
"mini-css-extract-plugin": "~2.9.0",
"node-sass": "~9.0.0",
"postcss-loader": "~8.1.1",
"resolve-url-loader": "~5.0.0",
"sass-loader": "~14.2.1",
"ts-loader": "~9.4.4",
"typescript": "~4.9.3",
"webpack": "~5.88.2",
"webpack-cli": "~4.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelpotter/tabmanager.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/michaelpotter/tabmanager/issues"
},
"homepage": "https://github.com/michaelpotter/tabmanager#readme"
}