-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.88 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
{
"name": "solarxui",
"version": "0.1.16",
"description": "React UI Framework with S.O.L.A.R Design System",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"dev": "start-storybook -p 9001 -c .storybook",
"build": "npm-run-all --parallel build:lib build:def",
"build:demo": "build-storybook -c .storybook -o doc",
"build:lib": "tsc",
"build:def": "tsc --allowJs false -d true",
"release": "standard-version --no-verify",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/S-O-L-A-R/solor-ui.git"
},
"keywords": [
"solar",
"ui",
"react"
],
"author": "S.O.L.A.R",
"license": "MIT",
"bugs": {
"url": "https://github.com/S-O-L-A-R/solor-ui/issues"
},
"homepage": "https://github.com/S-O-L-A-R/solor-ui#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@storybook/addon-knobs": "^5.1.11",
"@storybook/react": "^5.1.11",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.4",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/storybook__addon-knobs": "^5.0.3",
"@types/storybook__react": "^4.0.2",
"@types/styled-components": "^4.1.18",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"husky": "^3.0.5",
"lint-staged": "^9.2.5",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"react": "^16.9.0",
"react-docgen-typescript-loader": "^3.2.0",
"react-docgen-typescript-webpack-plugin": "^1.1.0",
"react-dom": "^16.9.0",
"standard-version": "^7.0.0",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0",
"typescript": "^3.6.2",
"typescript-tslint-plugin": "^0.5.4"
},
"dependencies": {
"react-scrolllock": "^4.0.1",
"react-spring": "^8.0.27",
"styled-components": "^4.3.2",
"tslib": "^1.10.0"
}
}