This repository was archived by the owner on Oct 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.33 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
{
"name": "javazone-2019",
"version": "0.1.0",
"private": true,
"description": "Web page for JavaZone 2019.",
"dependencies": {
"axios": "^0.19.0",
"classnames": "^2.2.6",
"prop-types": "^15.7.2",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-feather": "^1.1.4",
"react-flexbox-grid": "^2.1.2",
"react-ga": "^2.5.7",
"react-particles-webgl": "^0.5.2",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "3.1.1",
"styled-components": "^4.2.0",
"three": "^0.103.0",
"universal-cookie": "^3.0.7",
"use-onclickoutside": "^0.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/classnames": "^2.2.6",
"@types/jest": "^23.3.9",
"@types/node": "^10.12.5",
"@types/react": "^16.8.8",
"@types/react-dom": "16.0.9",
"@types/react-redux": "^6.0.11",
"@types/react-router": "^4.4.5",
"@types/react-router-dom": "^4.3.1",
"babel-plugin-macros": "^2.5.1",
"eslint": "^6.1.0",
"node-sass": "^4.12.0",
"typescript": "^3.1.6"
}
}