This repository was archived by the owner on Jun 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.28 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.28 KB
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
{
"name": "unique-recruitment-form",
"version": "2.0.0",
"description": "the form for recruitment of Unique Studio",
"author": "@winderica",
"private": true,
"homepage": "/",
"repository": {
"type": "git",
"url": "https://github.com/UniqueStudio/UniqueRecruitmentForm.git"
},
"contributors": [
{
"name": "winderica",
"email": "winderica@gmail.com"
}
],
"dependencies": {
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"classnames": "^2.2.6",
"node-sass": "^4.11.0",
"react": "^16.9.0",
"react-autosuggest": "^9.4.3",
"react-dom": "^16.9.0",
"react-scripts": "^3.1.1",
"typescript": "^3.5.2"
},
"devDependencies": {
"@types/classnames": "^2.2.7",
"@types/node": "^10.12.20",
"@types/react": "^16.9.2",
"@types/react-autocomplete": "^1.8.5",
"@types/react-autosuggest": "^9.3.9",
"@types/react-dom": "^16.9.0",
"font-spider": "^1.3.4",
"redux-devtools-extension": "^2.13.7",
"tslint": "^5.19.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}