-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.72 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.72 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
{
"name": "bb-bots",
"homepage": "http://spaulmark.github.io/bb-bots",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "24.0.9",
"@types/lodash": "^4.14.149",
"@types/node": "11.10.4",
"@types/react": "16.8.6",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "16.8.2",
"@types/react-paginate": "^6.2.1",
"@types/react-tooltip": "^3.11.0",
"@types/rx": "^4.1.1",
"@types/styled-components": "^5.1.26",
"lodash": "^4.17.19",
"node-sass": "^4.14.1",
"pure-rand": "^1.7.0",
"react": "^16.12.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^16.12.0",
"react-file-drop": "^0.2.8",
"react-paginate": "^6.3.2",
"react-scripts": "^5.0.1",
"react-tiny-popover": "^4.0.0",
"rxjs": "^6.5.4",
"styled-components": "^5.3.5",
"typescript": "^4.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app",
"rules": {
"no-throw-literal": 0,
"jsx-a11y/anchor-is-valid": 0
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"bulma": "^0.9.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"gh-pages": "^2.2.0",
"sass": "^1.48.0",
"webpack": "^4.28.3",
"webpack-cli": "^4.9.1"
}
}