forked from pivotal-cf/pivotal-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.72 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
{
"homepage": "https://github.com/pivotal-cf/pivotal-ui",
"bugs": {
"url": "https://github.com/pivotal-cf/pivotal-ui/issues"
},
"license": "ISC",
"author": "",
"repository": {
"url": "https://github.com/pivotal-cf/pivotal-ui.git",
"type": "git"
},
"name": "pivotal-ui",
"description": "***",
"version": "18.0.0",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"axios": "^0.18.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"caniuse-lite": "^1.0.30000697",
"css-loader": "^2.1.0",
"del": "^3.0.0",
"eslint": "^5.12.0",
"eslint-plugin-jest": "^22.1.3",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^3.0.1",
"glob": "^7.1.3",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-file": "^0.4.0",
"gulp-header": "^2.0.7",
"gulp-load-plugins": "^1.5.0",
"gulp-open": "^3.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.7",
"image-webpack-loader": "^4.6.0",
"jasmine_dom_matchers": "atomanyih/jasmine_dom_matchers",
"jest": "^24.1.0",
"jquery": "^3.3.1",
"merge-stream": "^1.0.1",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"postcss-cssnext": "^3.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"yargs": "^12.0.5"
},
"dependencies": {
"classnames": "^2.1.2",
"deep-equal": "^1.0.1",
"fbjs": "^1.0.0",
"from": "^0.1.3",
"lodash.clonedeep": "^4.5.0",
"lodash.flow": "^3.5.0",
"lodash.sortby": "^3.1.1",
"lodash.throttle": "^3.0.2",
"lodash.uniqueid": "^3.0.0",
"prop-types": "^15.5.6",
"pui-cursor": "^3.0.4",
"pui-react-animation": "^1.0.2",
"raf": "^3.1.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"scroll-into-view": "^1.3.0",
"smoothscroll-polyfill": "^0.4.4",
"tether": "1.4.3",
"through": "^2.3.8",
"trie-search": "1.1.0"
},
"peerDependencies": {
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
"scripts": {
"build": "gulp build",
"build:styleguide": "cd styleguide && yarn && yarn build",
"lint": "eslint src spec tasks styleguide/src --ext .js --fix",
"start": "yarn && cd styleguide && yarn && yarn start",
"test": "jest"
}
}