-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.64 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
{
"name": "seti-icons-react",
"version": "0.2.0",
"description": "Seti UI icons for react.",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hopeless-programmer-online/seti-icons-react.git"
},
"keywords": [
"seti-ui",
"react",
"typescript"
],
"author": {
"name": "Hopeless Programmer",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hopeless-programmer-online/seti-icons-react/issues"
},
"homepage": "https://github.com/hopeless-programmer-online/seti-icons-react#readme",
"engines": {
"node": "^14.15.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.6",
"@types/jest": "^26.0.19",
"@types/jest-image-snapshot": "^4.1.3",
"@types/next": "^9.0.0",
"@types/node": "^14.14.16",
"@types/react": "^17.0.0",
"@types/source-map-support": "^0.5.3",
"fs-extra": "^9.0.1",
"hex-rgb": "^4.2.0",
"jest": "^26.6.3",
"jest-image-snapshot": "^4.3.0",
"kill-with-style": "^1.1.0",
"next": "^10.0.4",
"puppeteer": "^5.5.0",
"react": "^17.0.1",
"react-attr-converter": "^0.3.1",
"react-dom": "^17.0.1",
"rimraf": "^3.0.2",
"sass": "^1.30.0",
"seti-icons": "0.0.4",
"source-map-support": "^0.5.19",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"xml-js": "^1.6.11"
},
"scripts": {
"clean": "rimraf src dist",
"generate-src": "ts-node scripts/generate.ts",
"build-dist": "tsc",
"build": "npm run generate-src && npm run build-dist"
},
"dependencies": {}
}