This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 1.79 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
{
"name": "saturnus",
"version": "0.9.0",
"private": true,
"homepage": "https://saturnusapp.com",
"dependencies": {
"@types/color": "^3.0.0",
"@types/jest": "^23.3.10",
"@types/node": "^10.12.15",
"@types/randomcolor": "^0.5.0",
"@types/react": "^16.7.17",
"@types/react-dom": "^16.0.11",
"@types/react-helmet": "^5.0.8",
"@types/react-redux": "^7.1.8",
"@types/react-router-dom": "^5.1.5",
"@types/request": "^2.48.2",
"@types/styled-components": "4.1.3",
"color": "^3.0.0",
"html-react-parser": "^0.6.1",
"moment-mini": "^2.22.1",
"normalize.css": "^8.0.0",
"polished": "^1.9.2",
"randomcolor": "^0.5.3",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-feather": "^2.0.9",
"react-helmet": "^5.2.1",
"react-intersection-observer": "^6.3.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"smooth-scroll-into-view-if-needed": "^1.1.23",
"snoowrap": "^1.21.0",
"styled-components": "4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "npm run lint && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src --ext .tsx,.ts"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"typescript": "^3.8.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}