This repository was archived by the owner on Jan 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.1 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.1 KB
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": "Tabs for Good by Good-Loop",
"version": "0.3.0",
"description": "Tabs for Good by Good-Loop",
"author": "The Good-Loop team",
"repository": {
"url": "https://github.com/good-loop/good-loop-chrome-extension",
"type": "git"
},
"license": "MIT",
"dependencies": {
"easy-enums": "^1.1.8",
"jquery": "^3.5.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"promise-value": "^1.3.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reactstrap": "^8.4.1",
"sjtest": "^0.4.9"
},
"scripts": {
"compile": "webpack --config $PWD/webpack.config.js --progress --colors",
"compile-watch": "webpack --config $PWD/webpack.config.js --progress --colors --watch",
"compile-watch-fast": "NO_PROD=true webpack --config $PWD/webpack.config.js --progress --colors --watch",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/plugin-transform-typescript": "^7.9.6",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@types/react": "^16.9.22",
"@types/react-dom": "^16.9.5",
"@types/reactstrap": "^8.4.2",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"babel-plugin-const-enum": "^1.0.1",
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^3.0.0",
"intl": "^1.2.5",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"shelljs": "^0.8.5",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"yargs": "^15.3.1"
}
}