-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.75 KB
/
Copy pathpackage.json
File metadata and controls
96 lines (96 loc) · 2.75 KB
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
89
90
91
92
93
94
95
96
{
"name": "@setitheme/icons",
"version": "0.1.1-alpha.0",
"license": "MIT",
"description": "Official icon pack for the Seti theme",
"author": "Jesse Weed <code@jesseweed.io> (http://jesseweed.io)",
"homepage": "https://setitheme.org",
"browser": "dist/browser.js",
"main": "dist/main.js",
"module": "dist/module.js",
"scripts": {
"build": "npm run build:icons && npm run build:snowpack",
"build:snowpack": "snowpack build --config snowpack.config.js",
"build:icons": "fantasticon -c fantasticon.config.js --silent",
"dev": "npm run build:icons && snowpack dev --config snowpack.config.js --reload",
"dev:server": "npm run http-server dist -p 3000",
"publish": "npm publish",
"test": "jest",
"test:watch": "jest --watch",
"lint": "pretty-quick --check --pattern \"**/*.*(js|jsx|ts|tsx)\"",
"lint:fix": "pretty-quick --pattern \"**/*.*(js|jsx|ts|tsx)\""
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/setitheme/icons.git",
"directory": "packages/react-dom"
},
"bugs": {
"url": "https://github.com/setitheme/icons/issues"
},
"engines": {
"node": ">=12.x"
},
"files": [
"dist"
],
"keywords": [
"setitheme",
"setiui",
"seti theme",
"seti icons",
"icons"
],
"resolutions": {
"ecstatic": "^4.1.4"
},
"dependencies": {
"@setitheme/core": "^0.1.1-alpha.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-react-refresh": "^2.3.9",
"@snowpack/plugin-sass": "^1.2.0",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2",
"@types/jest": "^26.0.19",
"@types/react": "^17.0.0",
"@web/test-runner": "^0.14.0",
"add": "^2.0.6",
"babel-jest": "^26.6.3",
"chai": "^4.2.0",
"commander": "^7.0.0",
"dictionary-en": "^3.0.1",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"fantasticon": "^1.0.27",
"http-server": "^0.12.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-is": "^17.0.1",
"react-test-renderer": "^17.0.1",
"rollup": "^2.35.1",
"snowpack": "^3.0.11",
"stylelint": "^13.8.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3",
"vue": "^2.6.12",
"yarn": "^1.22.10"
},
"gitHead": "ef43f51ed652085a8550451ee21df35bca541a0c"
}