UNPKG

1.05 kBJSONView Raw
1{
2 "name": "@procore/core-icons",
3 "version": "8.16.1",
4 "description": "Icon set to be used in all core components",
5 "main": "dist/icons.css",
6 "scripts": {
7 "build": "yarn clean && NODE_ENV=production webpack",
8 "clean": "rimraf dist",
9 "dev": "NODE_ENV=development webpack --watch",
10 "prepublish": "yarn build"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/procore/core.git"
15 },
16 "bugs": {
17 "url": "https://github.com/procore/core/issues"
18 },
19 "keywords": [
20 "icons"
21 ],
22 "author": "Procore Technologies",
23 "license": "SEE LICENSE IN LICENSE",
24 "homepage": "https://github.com/procore/core#readme",
25 "devDependencies": {
26 "@babel/core": "7.10.3",
27 "css-loader": "3.6.0",
28 "file-loader": "6.0.0",
29 "generate-json-webpack-plugin": "1.0.0",
30 "mini-css-extract-plugin": "0.9.0",
31 "optimize-css-assets-webpack-plugin": "5.0.3",
32 "sass-loader": "8.0.2",
33 "webpack": "4.43.0",
34 "webpack-cli": "3.3.12"
35 },
36 "gitHead": "6c14963726efc18a1f93e51af51ff49ee64ad643"
37}