-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2 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
{
"name": "front",
"version": "0.1.0",
"homepage": "https://watch.snek.at",
"private": true,
"dependencies": {
"@snek-shipyard/react-tag-input": "^1.1.0",
"@types/react-tag-input": "^6.1.2",
"gh-pages": "^3.1.0",
"graphql-tag": "^2.11.0",
"js-sha256": "^0.9.0",
"mdbreact": "mdbreact-4.26.1.tgz",
"moment": "^2.29.1",
"react": "^16.13.1",
"react-data-table-component": "^6.11.6",
"react-dom": "^16.13.1",
"react-dropzone": "^11.2.4",
"react-player": "^2.7.0",
"react-redux": "^7.2.2",
"react-redux-loading-bar": "^5.0.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"serialize-error": "^7.0.1",
"snek-client": "file:snek-client-0.2.0-rc.9.tgz",
"styled-components": "^5.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/preset-env": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.9.1",
"@types/react-redux": "^7.1.11",
"@types/node": "^12.12.67",
"@types/react": "^16.9.51",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.6",
"redux-devtools-extension": "^2.13.8",
"sass": "^1.29.0",
"typescript": "^3.9.7"
}
}