-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "lattice",
"author": "RevolutionUC",
"repository": "https://github.com/RevolutionUC/lattice/",
"version": "0.1.0",
"private": true,
"homepage": "https://lattice.revolutionuc.com",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"axios": "^0.21.1",
"material-ui-popup-state": "^1.6.1",
"nes.css": "^2.3.0",
"node": "^14.8.0",
"prop-types": "^15.7.2",
"react": "16.8.0",
"react-dom": "16.8.0",
"react-hook-form": "^6.7.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"react-spring": "^7.2.8",
"react-with-gesture": "^4.0.2",
"reactour": "^1.18.0",
"sass": "^1.26.10",
"styled-components": "^4.0.0",
"tachyons": "^4.12.0",
"typescript": "^4.1.2"
},
"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/axios": "^0.14.0",
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.6",
"gh-pages": "^3.1.0"
}
}