forked from yuannaiyou/cosmos-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.45 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "cosmos",
"version": "0.38.1",
"engine": "^7.0.0",
"private": true,
"workspaces": [
"core/components",
"core/babel-preset",
"internal/cosmos-scripts",
"internal/overview",
"internal/docs",
"internal/test",
"examples/webpack-hello-world",
"examples/perf-tests"
],
"scripts": {
"scripts": "nps -s",
"i": "nps-i",
"docs-build": "nps -s docs.static_build",
"build": "nps -s production.build",
"build-packages": "nps -s deploy.build",
"start": "nps -s production.start",
"test": "nps -s test",
"precommit": "nps icons.build && lint-staged",
"sandbox": "start-storybook -p 9001 -s build",
"lint": "tslint --project ."
},
"lint-staged": {
"*.{js,json,md}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"ts-polyfill": "^3.3.3"
},
"devDependencies": {
"@storybook/addon-actions": "4.0.8",
"@storybook/addon-info": "^5.0.3",
"@storybook/addon-links": "4.0.8",
"@storybook/addons": "4.0.8",
"@storybook/react": "4.0.8",
"@types/jest": "^24.0.11",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.3",
"@types/storybook__react": "^4.0.1",
"@types/styled-components": "^4.4.2",
"awesome-typescript-loader": "^5.2.1",
"babel-cli": "6.26.0",
"babel-jest": "^23.4.2",
"babel-loader": "7.1.4",
"chokidar": "2.0.4",
"ci-env": "^1.7.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.3.4",
"execa": "1.0.0",
"fs-extra": "6.0.1",
"htmlparser2": "3.9.2",
"jest": "^24.1.0",
"latest-version": "4.0.0",
"lint-staged": "7.2.0",
"lodash.camelcase": "4.3.0",
"lodash.frompairs": "4.0.1",
"md5-file": "^4.0.0",
"nps": "5.9.2",
"nps-i": "1.0.2",
"nps-utils": "1.6.0",
"prettier": "1.14.3",
"prettycli": "1.4.3",
"react-docgen": "2.21.0",
"react-docgen-deprecation-handler": "1.1.0",
"react-docgen-displayname-handler": "2.1.0",
"react-docgen-typescript": "^1.12.3",
"read-pkg": "4.0.1",
"signale": "^1.4.0",
"storybook-chromatic": "1.2.1",
"svgo": "1.0.5",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.3",
"tslint": "5.18.0",
"tslint-config-prettier": "1.18.0",
"tslint-react": "4.0.0",
"tslint-react-a11y": "^1.0.0",
"typescript": "^3.3.4000",
"typescript-tslint-plugin": "0.5.3"
},
"engines": {
"node": "^14||^16"
}
}