UNPKG

1.24 kBJSONView Raw
1{
2 "name": "@procore/core-css",
3 "version": "8.18.0",
4 "description": "The building blocks of the Procore universe.",
5 "main": "dist/core.css",
6 "scripts": {
7 "build": "yarn clean && NODE_ENV=production webpack",
8 "dev": "NODE_ENV=development webpack --watch",
9 "clean": "rimraf build",
10 "lint:scss": "stylelint ./src/components/*.scss",
11 "prepublishOnly": "yarn build"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/procore/core.git"
16 },
17 "bugs": {
18 "url": "https://github.com/procore/core-css/issues"
19 },
20 "keywords": [
21 "stylesheets",
22 "css framework",
23 "css",
24 "scss",
25 "library",
26 "procore"
27 ],
28 "author": "Procore Technologies",
29 "license": "SEE LICENSE IN LICENSE",
30 "homepage": "https://github.com/procore/core-css#readme",
31 "dependencies": {
32 "flexboxgrid2": "7.2.1"
33 },
34 "devDependencies": {
35 "@babel/core": "7.10.4",
36 "css-loader": "3.6.0",
37 "http-server": "0.12.3",
38 "mini-css-extract-plugin": "0.9.0",
39 "optimize-css-assets-webpack-plugin": "5.0.3",
40 "sass-loader": "8.0.2",
41 "style-loader": "1.2.1",
42 "webpack": "4.43.0",
43 "webpack-cli": "3.3.12"
44 },
45 "gitHead": "ad271a64c5c2da3968d742b658a72ae2a93335ff"
46}