-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 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
{
"name": "react-uniui",
"version": "1.3.2",
"description": "",
"main": "lib/index.js",
"scripts": {
"start": "npm run docz:dev",
"build": "webpack -p",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"install:theme": "cp -r docs/gatsby-theme-uniui/ node_modules/",
"docz:dev": "npm run install:theme & docz dev",
"docz:build": "docz build",
"docz:serve": "cd .docz; gatsby serve --prefixPaths / -H 0.0.0.0"
},
"author": "Eric Moynihan",
"repository": {
"url": "https://github.com/ericm/uniui",
"type": "git"
},
"license": "ISC",
"dependencies": {
"@types/styled-components": "^5.0.1",
"lodash": "^4.17.15",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-feather": "^2.0.3",
"react-scripts": "^3.4.0",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@types/lodash": "^4.14.149",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/theme-ui": "^0.3.0",
"babel-loader": "^8.0.6",
"docz": "^2.2.0",
"docz-plugin-css": "^0.11.0",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-styled-components": "^3.1.21",
"parcel": "^2.0.0-nightly.153",
"postcss-loader": "^3.0.0",
"react-docgen-props-table": "^1.0.3",
"svg-url-loader": "^4.0.0",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2"
}
}