-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "react",
"version": "1.0.0",
"homepage": ".",
"description": "React example starter project",
"keywords": [
"react",
"starter"
],
"main": "src/index.js",
"dependencies": {
"@headlessui/react": "^1.4.2",
"@popperjs/core": "^2.11.0",
"@wordpress/icons": "^6.1.1",
"bootstrap-icons": "^1.7.1",
"highlight.js": "11.2.0",
"js-beautify": "1.14.0",
"lodash": "^4.17.21",
"react": "17.0.2",
"react-color": "^2.19.3",
"react-contenteditable": "3.3.6",
"react-dnd": "^14.0.4",
"react-dnd-html5-backend": "^14.0.2",
"react-dom": "17.0.2",
"react-feather": "2.0.9",
"react-popper": "^2.2.5",
"react-scripts": "^4.0.3",
"react-simple-code-editor": "0.11.0"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"typescript": "4.1.3"
},
"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"
]
}