-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
83 lines (83 loc) · 2.41 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
{
"homepage": "https://github.com/pivotal-cf/pivotal-ui",
"bugs": {
"url": "https://github.com/pivotal-cf/pivotal-ui/issues"
},
"repository": {
"url": "https://github.com/pivotal-cf/pivotal-ui.git",
"type": "git"
},
"name": "pivotal-ui",
"description": "***",
"version": "19.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.19.0",
"babel-eslint": "^10.0.1",
"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-header": "^2.0.7",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"image-webpack-loader": "^4.6.0",
"jasmine_dom_matchers": "atomanyih/jasmine_dom_matchers",
"jest": "^24.9.0",
"jquery": "^3.3.1",
"merge-stream": "^2.0.0",
"mini-css-extract-plugin": "^0.5.0",
"postcss-cssnext": "^3.1.0",
"url-loader": "^1.1.2",
"webpack": "^4.29.5",
"webpack-cli": "^4.0.0",
"yargs": "^16.0.3"
},
"dependencies": {
"classnames": "^2.1.2",
"deep-equal": "^1.0.1",
"fbjs": "^3.0.0",
"from": "^0.1.3",
"lodash.clonedeep": "^4.5.0",
"lodash.throttle": "^3.0.2",
"lodash.uniqueid": "^4.0.1",
"pretty-format": "^24.8.0",
"prop-types": "^15.5.6",
"pui-react-animation": "^1.0.2",
"raf": "^3.1.0",
"react": "^16.10.0",
"react-dom": "^16.10.0",
"smoothscroll-polyfill": "^0.4.4",
"tether": "1.4.3",
"through": "^2.3.8",
"trie-search": "1.1.0"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"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"
}
}