UNPKG

1.21 kBJSONView Raw
1{
2 "name": "@procore/core-css",
3 "version": "10.4.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.13.10",
36 "css-loader": "5.1.1",
37 "http-server": "0.12.3",
38 "mini-css-extract-plugin": "0.9.0",
39 "optimize-css-assets-webpack-plugin": "5.0.4",
40 "sass-loader": "8.0.2",
41 "webpack": "4.46.0",
42 "webpack-cli": "4.5.0"
43 },
44 "gitHead": "63cb4d4008e1278ecbfb99c0aab213e4eac799bf"
45}