-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
64 lines (64 loc) · 1.84 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
{
"name": "atomos",
"jest": {
"verbose": true
},
"version": "1.0.0",
"description": "State management visualization tool for React/Recoil",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode=development --watch",
"test": "jest --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslabs-beta/atomos.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oslabs-beta/atomos/issues"
},
"homepage": "https://github.com/oslabs-beta/atomos#readme",
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"css-loader": "^5.1.2",
"eslint": "^7.21.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"style-loader": "^2.0.0",
"webpack": "^5.24.3",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"@babel/node": "^7.13.10",
"@babel/plugin-transform-async-to-generator": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.10",
"@popperjs/core": "^2.9.1",
"babel-jest": "^26.6.3",
"bootstrap": "^4.6.0",
"dagre": "^0.8.5",
"lodash.throttle": "^4.1.1",
"react": "^17.0.1",
"react-bootstrap": "^1.5.1",
"react-dom": "^17.0.1",
"react-flow-renderer": "^9.1.1",
"react-router": "^5.2.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"webpack-chrome-extension-reloader": "^1.3.0"
}
}