-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.19 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
73
74
75
76
77
78
79
80
{
"name": "linden-it",
"homepage": "https://.ralfz123.github.io/linden-it",
"version": "1.0.0",
"description": "A school project for Linden-IT",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint:css": "stylelint './src/**/*.js'"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/ralfz123/linden-it.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ralfz123/linden-it/issues"
},
"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"
]
},
"dependencies": {
"@babel/polyfill": "^7.10.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"framer-motion": "^2.0.0-beta.76",
"node-sass": "^4.14.1",
"package-lock": "^1.0.4",
"react": "^16.13.1",
"react-bottom-drawer": "0.0.5",
"react-dom": "^16.13.1",
"react-drag-drawer": "^3.3.4",
"react-icons": "^3.10.0",
"react-modal": "^3.11.2",
"react-overlays": "^3.2.0",
"react-redux": "^7.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-switch": "^5.0.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"source-map-support": "^0.5.19",
"styled-normalize": "^8.0.7",
"typescript": "^3.9.3"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"babel-plugin-source-map-support": "^2.1.1",
"babel-plugin-styled-components": "^1.10.7",
"gh-pages": "^3.0.0",
"styled-components": "^5.1.1",
"stylelint": "^13.5.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0"
}
}