-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.05 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "akar-icons-app",
"version": "2.1.17",
"repository": "https://github.com/artcoholic/akar-icons-app.git",
"homepage": "https://akaricons.com",
"author": {
"name": "Arturo Wibawa",
"email": "[email protected]",
"url": "https://arturowibawa.com"
},
"files": [
"/src/svg/*"
],
"keywords": [
"react",
"icons",
"svg",
"inline",
"figma",
"akar",
"design",
"library",
"icons"
],
"type": "module",
"config": {
"style": "stroke"
},
"dependencies": {
"@n8tb1t/use-scroll-position": "^2.0.3",
"amplitude-js": "^8.13.0",
"framer-motion": "^4.1.17",
"fuse.js": "^6.4.6",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"styled-components": "^5.3.0",
"styled-system": "^5.1.5",
"tinykeys": "^1.2.0",
"web-vitals": "^1.0.1"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"fetch": "node bin/fetchSVG.js",
"generate": "sudo rm -rf src/icons/* && node --experimental-json-modules bin/build.js"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"cheerio": "^1.0.0-rc.10",
"dotenv": "^8.2.0",
"eslint": "^7.32.0",
"eslint-config-react-app": "^6.0.0",
"figma-js": "^1.14.0",
"fs-extra": "^8.1.0",
"gh-pages": "^3.2.3",
"got": "^11.8.2",
"p-queue": "^7.1.0",
"prettier-eslint": "^13.0.0",
"svgo": "^1.3.2",
"uppercamelcase": "^3.0.0"
}
}