-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "bunpkg-with-hooks-master",
"version": "1.0.3",
"description": "Build UNPKG Links by Searching",
"keywords": [],
"license": "MIT",
"main": "src/index.js",
"homepage": "https://bunpkg.com/",
"repository": {
"type": "git",
"url": "https://github.com/dance2die/bunpkg-client.git"
},
"dependencies": {
"antd": "3.9.2",
"axios": "0.18.0",
"customize-cra": "0.2.11",
"less": "3.9.0",
"less-loader": "4.1.0",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-app-rewired": "2.1.0",
"react-cache": "2.0.0-alpha.1",
"react-copy-to-clipboard": "5.0.1",
"react-dom": "16.8.6",
"react-error-boundary": "1.2.3",
"react-scripts": "3.0.0",
"semver-sort": "0.0.4",
"semver-stable": "2.0.4",
"styled-components": "4.1.3",
"tiny-debounce": "0.1.1",
"url-join": "4.0.0"
},
"devDependencies": {
"babel-plugin-import": "1.8.0"
},
"scripts": {
"eject": "react-scripts eject",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom"
}
}