-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 844 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 844 Bytes
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
{
"scripts": {
"publish": "lerna publish"
},
"devDependencies": {
"@storybook/react": "3.3.15",
"@types/jest": "21.1.10",
"@types/next": "2.4.7",
"@types/ramda": "0.25.19",
"@types/node": "9.4.7",
"@types/react": "16.0.36",
"@types/shortid": "0.0.29",
"@types/storybook__react": "3.0.7",
"css-loader": "0.28.10",
"file-loader": "1.1.7",
"git-pre-hooks": "1.2.0",
"jest": "22.4.2",
"jest-cli": "22.4.2",
"lerna": "2.9.0",
"less": "3.0.1",
"less-plugin-clean-css": "1.5.1",
"node-dev": "3.1.3",
"pretty-format": "22.4.0",
"release-it": "7.2.1",
"style-loader": "0.20.2",
"ts-jest": "22.4.1",
"ts-loader": "3.5.0",
"ts-node": "5.0.1",
"tslint": "5.9.1",
"tslint-react": "3.5.1",
"typescript": "2.7.2"
},
"git-pre-hooks": {
"pre-push": [
"lerna run lint",
"lerna run tsc"
]
}
}