-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 978 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
{
"name": "react-context-form",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"compile": "tsc --project tsconfig.json --outDir dist",
"dev": "yarn compile -w",
"story": "start-storybook -p 3001 -c .storybook",
"deploy-storybook": "storybook-to-ghpages"
},
"dependencies": {
"@types/lodash.get": "^4.4.4",
"@types/lodash.setwith": "^4.3.4",
"lodash.get": "^4.4.2",
"lodash.setwith": "^4.3.2"
},
"devDependencies": {
"@storybook/react": "^4.0.0-alpha.6",
"@storybook/storybook-deployer": "^2.3.0",
"@types/node": "^10.1.0",
"@types/react": "^16.3.14",
"@types/storybook__react": "^3.0.7",
"babel-core": "^6.0.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"ts-loader": "^4.3.0",
"tslint": "^5.10.0",
"tslint-loader": "^3.6.0",
"typescript": "^2.8.3"
}
}