-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.89 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@domoapps/webpack-config",
"version": "7.2.1",
"files": [
"dist"
],
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.es.js",
"types": "dist/types/index.d.ts",
"sideEffects": false,
"repository": "[email protected]:CustomApps/monorepo.git",
"scripts": {
"clean": "rm -rf ./node_modules && yarn",
"prebuild": "rm -rf ./dist",
"build": "rollup -c=rollup.config.js",
"prepare": "yarn run build",
"test": "jest",
"test:watch": "jest --watch"
},
"license": "MIT",
"devDependencies": {
"rollup": "^1.10.1",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.4.2"
},
"dependencies": {
"@babel/core": "^7.7.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.6.0",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/preset-env": "^7.7.0",
"@babel/preset-react": "^7.7.0",
"@babel/preset-typescript": "^7.7.0",
"autoprefixer": "^9.1.5",
"babel-loader": "^8.0.2",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"cssnano": "^4.1.0",
"fork-ts-checker-notifier-webpack-plugin": "^1.0.2",
"fork-ts-checker-webpack-plugin": "^1.5.0",
"html-webpack-plugin": "^3.2.0",
"ip": "^1.1.5",
"node-sass": "^4.9.3",
"portfinder-sync": "^0.0.2",
"postcss-loader": "^3.0.0",
"raw-loader": "^0.5.1",
"react-hot-loader": "^4.3.10",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"url-loader": "^1.1.1",
"webpack-merge": "^4.1.4"
},
"peerDependencies": {
"typescript": "^2.0.0 || ^3.0.0",
"webpack": "^4.0.0",
"@domoinc/ryuu-proxy": "^4.0.5"
},
"gitHead": "a35f5801f36dd0e3836a1b831708e3cf6d4fcdd2"
}