UNPKG

1.5 kBJSONView Raw
1{
2 "name": "@procore/core-icons",
3 "version": "10.4.0",
4 "description": "Icon set to be used in all core components",
5 "main": "dist/icons.css",
6 "scripts": {
7 "build": "yarn clean && yarn build:css & yarn build:ts",
8 "build:css": "NODE_ENV=production webpack",
9 "build:ts": "tsc",
10 "clean": "rimraf dist",
11 "dev": "NODE_ENV=development yarn run dev:css & yarn run dev:ts",
12 "dev:css": "NODE_ENV=development webpack --watch",
13 "dev:ts": "tsc --watch",
14 "prepublish": "yarn build"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/procore/core.git"
19 },
20 "bugs": {
21 "url": "https://github.com/procore/core/issues"
22 },
23 "keywords": [
24 "icons"
25 ],
26 "author": "Procore Technologies",
27 "license": "SEE LICENSE IN LICENSE",
28 "homepage": "https://github.com/procore/core#readme",
29 "devDependencies": {
30 "@babel/core": "7.13.10",
31 "@babel/plugin-proposal-object-rest-spread": "7.13.8",
32 "@babel/preset-env": "7.13.10",
33 "@babel/preset-react": "7.12.13",
34 "@types/react": "17.0.3",
35 "css-loader": "5.1.1",
36 "file-loader": "6.2.0",
37 "generate-json-webpack-plugin": "1.0.0",
38 "mini-css-extract-plugin": "0.9.0",
39 "optimize-css-assets-webpack-plugin": "5.0.4",
40 "react": "17.0.1",
41 "sass-loader": "8.0.2",
42 "typescript": "4.2.3",
43 "webpack": "4.46.0",
44 "webpack-cli": "4.5.0"
45 },
46 "peerDependencies": {
47 "react": ">=16.8.0 < 18"
48 },
49 "gitHead": "63cb4d4008e1278ecbfb99c0aab213e4eac799bf"
50}