-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 862 Bytes
/
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
{
"name": "paul_olegoviche_test_rcl",
"version": "1.0.9",
"description": "",
"main": "dist/index.js",
"scripts": {
"start": "styleguidist server",
"build": "styleguidist build",
"prepublishOnly": "rm -rf ./dist && babel ./src --out-dir ./dist -s inline"
},
"keywords": [],
"author": "",
"license": "ISC",
"private": false,
"peerDependencies": {
"@material-ui/core": "^4.x",
"prop-types": "^15.x",
"react": "^17.x",
"react-dom": "^17.x"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@material-ui/core": "^4.12.3",
"babel-loader": "^8.2.3",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-styleguidist": "^11.1.7",
"webpack": "^5.64.4"
}
}