-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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
{
"name": "@crazyfactory/storybook-props-mock-addon",
"description": "",
"scripts": {
"build": "tsc && tsc -p tsconfig.es6.json",
"clean": "rimraf lib",
"prebuild": "npm run clean -s",
"prepublish": "npm run clean && npm run build",
"test": "jest"
},
"author": "dev@crazy-factorycom",
"license": "MIT",
"peerDependencies": {
"typescript": "*",
"webpack": "*"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-typescript": "^7.7.2",
"@babel/runtime": "^7.7.2",
"@types/jest": "^24.0.23",
"@types/node": "^12.12.6",
"@types/react": "^16.9.11",
"@types/webpack": "^4.39.8",
"jest": "^24.9.0",
"rimraf": "^3.0.0",
"typescript": "^3.7.2",
"webpack": "^4.41.2"
},
"dependencies": {
"@crazyfactory/frontend-commons": "^2.0.0",
"react-docgen-typescript": "^1.15.1"
}
}