This repository has been archived by the owner on Jul 31, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.46 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
{
"name": "react-quicklink",
"version": "0.1.21",
"main": "dist/index",
"module": "dist/index",
"repository": {
"type": "git",
"url": "https://github.com/ibrahimcesar/react-quicklink.git"
},
"keywords": ["React", "Reactjs", "Quicklink", "Intersection Observer", "requestIdleCallback", "Prefetching", "navigator.connection.effectiveType", "navigator.connection.saveData", "Progressive Enhancement", "Adaptive Loading"],
"author": {
"name" : "Ibrahim Cesar",
"email" : "email@ibrahimcesar.com",
"url" : "https://twitter.com/ibrahimcesar"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ibrahimcesar/react-quicklink/issues"
},
"files": [
"dist"
],
"scripts": {
"start": "react-scripts start",
"build-examples": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build": "rimraf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
},
"devDependencies": {
"babel-preset-react-app": "^9.1.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "^3.2.0",
"rimraf": "^3.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@babel/cli": "^7.7.4"
}
}