-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.43 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
{
"name": "sd",
"version": "0.1.0",
"private": true,
"homepage": "https://sd.dusterthefirst.com",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "0.1.9",
"file-saver": "^2.0.2",
"jszip": "^3.4.0",
"mobx": "^5.15.4",
"mobx-persist": "^0.4.1",
"mobx-react-lite": "^2.0.6",
"pdfmake": "^0.1.65",
"react": "^16.4.1",
"react-contexify": "^4.1.1",
"react-dom": "^16.4.1",
"react-modal": "^3.5.1",
"react-scripts": "^3.4.1",
"styled-components": "^5.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "tslint --project .",
"exportlint": "ts-unused-exports tsconfig.json"
},
"devDependencies": {
"@types/file-saver": "^2.0.1",
"@types/pdfmake": "^0.1.13",
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.6",
"@types/react-modal": "^3.2.0",
"@types/styled-components": "^5.1.0",
"ts-unused-exports": "^6.1.2",
"tslint": "^6.1.1",
"tslint-react": "^4.2.0",
"typescript": "^3.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}