-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 1.89 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
{
"name": "reactime-sandboxes",
"version": "0.1.0",
"description": "Reactime Sandboxes",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --inline --hot --open 'Google Chrome'",
"test": "webpack --mode=development && jest",
"jest": "jest",
"server": "node Backend/server",
"webpack": "webpack --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Joshua-Howard/reactime-sandboxes.git"
},
"keywords": [
"React",
"Reactime",
"Testing",
"Debugging",
"DevOps"
],
"author": "Joshua Howard",
"license": "MIT",
"bugs": {
"url": "https://github.com/Joshua-Howard/reactime-sandboxes/issues"
},
"homepage": "https://github.com/Joshua-Howard/reactime-sandboxes#readme",
"dependencies": {
"bootstrap": "^4.4.1",
"express": "^4.17.1",
"mapbox-gl": "^1.7.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"reactime": "^3.0.2",
"redux": "^4.0.5"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"jest": "^25.1.0",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"puppeteer": "^2.1.1",
"redux-devtools-extension": "^2.13.8",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.3"
}
}