forked from GSS-FED/vital-ui-kit-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.65 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "@gssfed/vital-ui-kit-react-root",
"version": "0.0.8-3",
"description": "Vital UI Kit React",
"private": true,
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/react-native",
"**/react-native/**",
"**/react-native-scripts",
"**/react-native-scripts/**",
"**/polished",
"**/polished/**",
"**/react-native-linear-gradient",
"**/react-native-linear-gradient/**",
"**/react-native-*",
"**/react-native-*/**",
"**/react-native-vector-icons",
"**/react-native-vector-icons/**",
"**/styled-components",
"**/styled-components/**"
]
},
"scripts": {
"reset": "rm -rf node_modules/ yarn.lock packages/*/node_modules",
"clean-all": "yarn cache clean && yarn run reset && yarn run clean build",
"bootstrap": "lerna bootstrap --use-workspaces --nohoist=react-native",
"build:web": "rollup -c && cp packages/web/src/Base/styles/global.css packages/web/dist",
"build:webesm": "babel packages/web/src --out-dir packages/web/dist --copy-files",
"build": "npm-run-all clean:build --parallel build:web build:webesm",
"clean:build": "rm -rf packages/web/dist",
"prebuild:web": "rm -rf packages/web/dist",
"storybook:web": "cd packages/web && start-storybook -p 6006",
"build-storybook:web": "cd packages/web && build-storybook",
"storybook:native": "cd packages/native && yarn run storybook",
"dev:ios": "cd packages/native && yarn run ios",
"flow": "flow check",
"lint": "eslint packages/**; exit 0",
"lint:watch": "esw -w packages/**",
"prepublish": "yarn run build",
"publish": "lerna publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSS-FED/vital-ui-kit-react.git"
},
"contributors": [
"Eric Yip (https://github.com/ericyip)",
"Laura Lee (https://github.com/l443018)"
],
"license": "MIT",
"devDependencies": {
"polished": "1.9.2",
"react": "16.3.2",
"react-dom": "16.3.2",
"styled-components": "3.2.6",
"@storybook/addon-actions": "3.4.3",
"@storybook/addon-info": "3.4.3",
"@storybook/addon-knobs": "3.4.3",
"@storybook/addon-links": "3.4.3",
"@storybook/addon-notes": "3.4.3",
"@storybook/addon-options": "3.4.3",
"axios": "0.18.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.2",
"babel-eslint": "8.2.3",
"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-react-docgen": "1.9.0",
"babel-plugin-root-import": "5.1.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-es2015-rollup": "3.0.0",
"babel-preset-flow": "6.23.0",
"babel-preset-react": "6.24.1",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-config-prettier": "2.9.0",
"eslint-import-resolver-babel-plugin-root-import": "1.1.1",
"eslint-plugin-flowtype": "2.46.3",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.7.0",
"eslint-watch": "3.1.4",
"flow-bin": "0.71.0",
"lerna": "2.11.0",
"npm-run-all": "4.1.3",
"rollup": "0.58.2",
"rollup-plugin-auto-external": "1.2.0",
"rollup-plugin-babel": "3.0.3",
"rollup-plugin-commonjs": "9.1.3",
"rollup-plugin-flow": "1.1.1",
"rollup-plugin-json": "2.3.0",
"rollup-plugin-node-globals": "1.2.1",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-postcss": "1.5.1",
"rollup-plugin-uglify": "3.0.0",
"rollup-plugin-url": "1.3.0",
"rollup-plugin-visualizer": "0.6.0",
"rxjs": "6.0.0",
"storybook-host": "4.1.5"
}
}