-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.61 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
{
"name": "winos",
"version": "0.1.0",
"homepage": "https://windows.lindschouw.me",
"dependencies": {
"@types/classnames": "^2.2.7",
"@types/node": "13.9.3",
"@types/react": "^16.9.23",
"@types/react-autosuggest": "^9.3.7",
"@types/react-dom": "^16.9.5",
"@types/react-transition-group": "^4.2.4",
"@types/react-truncate": "^2.3.3",
"@types/styled-components": "^5.0.1",
"@types/uuid": "^7.0.2",
"barrelsby": "^2.0.0",
"bfs-path": "^1.0.2",
"browserfs": "^1.4.3",
"classnames": "^2.2.6",
"mobx": "^5.15.4",
"mobx-react-lite": "^1.5.2",
"pepjs": "^0.5.0",
"prettier": "^2.0.1",
"react": "^16.13.1",
"react-autosuggest": "^9.4.3",
"react-contexify": "^4.1.1",
"react-dom": "^16.13.1",
"react-hotkeys": "^2.0.0",
"react-scripts": "^3.4.1",
"react-transition-group": "^4.0.1",
"react-truncate": "^2.4.0",
"sass": "^1.27.0",
"styled-components": "^5.0.1",
"typescript": "3.8.3",
"use-onclickoutside": "^0.3.1",
"uuid": "^7.0.2"
},
"scripts": {
"prestart": "yarn index-filesystem",
"start": "react-scripts start",
"prebuild": "yarn index-filesystem",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"index-filesystem": "node scripts/make-filesystem-index.js"
},
"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"
]
}
}