UNPKG

1.6 kBJSONView Raw
1{
2 "name": "@procore/core-webpack",
3 "version": "7.9.0",
4 "description": "Basic webpack config for hydra clients",
5 "main": "dist/index.js",
6 "scripts": {
7 "build": "yarn clean && babel src -d dist",
8 "clean": "rimraf dist",
9 "dev": "yarn clean && babel src -d dist --watch",
10 "prepublishOnly": "yarn build",
11 "lint-staged": "lint-staged",
12 "pretty": "prettier --write",
13 "test": "jest"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/procore/core.git"
18 },
19 "keywords": [
20 "webpack",
21 "javascript",
22 "components",
23 "react",
24 "js",
25 "jsx",
26 "library",
27 "procore"
28 ],
29 "author": "Procore Technologies",
30 "license": "SEE LICENSE IN LICENSE",
31 "bugs": "https://github.com/procore/core/issues",
32 "dependencies": {
33 "@babel/core": "7.4.5",
34 "@babel/plugin-proposal-object-rest-spread": "7.4.4",
35 "@babel/plugin-transform-runtime": "7.4.4",
36 "@babel/preset-env": "7.4.5",
37 "@babel/preset-react": "7.0.0",
38 "babel-loader": "8.0.6",
39 "babel-plugin-transform-class-properties": "6.24.1",
40 "css-loader": "2.1.1",
41 "file-loader": "4.0.0",
42 "mini-css-extract-plugin": "0.7.0",
43 "postcss-loader": "3.0.0",
44 "postcss-preset-env": "6.6.0",
45 "precss": "4.0.0",
46 "style-loader": "0.23.1",
47 "terser-webpack-plugin": "^1.1.0",
48 "ts-loader": "6.0.4",
49 "typescript": "3.5.2",
50 "webpack": "4.35.0",
51 "webpack-merge": "4.2.1"
52 },
53 "devDependencies": {
54 "@babel/cli": "7.4.4",
55 "husky": "2.5.0",
56 "jest": "24.8.0",
57 "lint-staged": "8.2.1",
58 "prettier": "1.18.2"
59 }
60}