-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.12 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
{
"name": "@flexis/ui",
"version": "1.4.1-beta",
"description": "Styleless React Components",
"author": "dangreen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TrigenSoftware/flexis-ui"
},
"bugs": {
"url": "https://github.com/TrigenSoftware/flexis-ui/issues"
},
"scripts": {
"createComponent": "./scripts/createComponent.sh",
"lint:styles": "trigen-scripts lint:styles",
"lint:scripts": "trigen-scripts lint:scripts",
"lint": "trigen-scripts lint",
"jest": "trigen-scripts jest",
"test": "trigen-scripts test && npm run build",
"artifacts": "trigen-scripts artifacts test/__image_snapshots__",
"build:docs": "./scripts/generateDocs.sh",
"start:storybook": "trigen-scripts start:storybook -c .storybook",
"build:storybook": "trigen-scripts build:storybook -c .storybook",
"build": "./scripts/buildPackage.sh",
"prepublishOnly": "if [ -f .gitignore ]; then exit 1; fi",
"cleanPublish": "npm run build && trigen-scripts cleanPublish"
},
"keywords": [
"react-components",
"ui",
"styleless"
],
"peerDependencies": {
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.9.6",
"@stylable/runtime": "^2.1.3",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.4",
"@types/react-transition-group": "^4.4.0",
"color": "^3.1.1",
"dom-helpers": "^5.1.0",
"react-input-mask": "^2.0.3",
"react-transition-group": "^4.3.0",
"resize-observer": "^1.0.0-alpha.1",
"throttle-debounce": "^2.0.1",
"tslib": "^2.0.0"
},
"devDependencies": {
"@trigen/scripts": "^6.0.0",
"@trigen/scripts-plugin-babel": "^6.1.1",
"@trigen/scripts-plugin-eslint": "^6.0.0",
"@trigen/scripts-plugin-typescript": "^6.0.0",
"@trigen/scripts-preset-lib": "^6.0.0",
"@trigen/scripts-preset-react-app": "^6.1.1",
"del-cli": "^3.0.0",
"prop-types": "^15.6.2",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react-focus-lock": "^2.1.0"
},
"resolutions": {
"@stylable/optimizer": "2.1.1"
}
}