-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.75 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
{
"name": "cpr-select",
"version": "2.7.0",
"description": "A consistently styled cross-browser and keyboard friendly select component",
"main": "lib/select.js",
"scripts": {
"test": "node node_modules/karma/bin/karma start",
"dist": "webpack --optimize-minimize",
"compile": "babel src --out-dir lib",
"build": "npm run dist && npm run compile",
"prepublish": "npm run compile"
},
"sofe": {
"url": "http://localhost:5555/test-services/urls.js"
},
"repository": {
"type": "git",
"url": "https://github.com/CanopyTax/cpr-select.git"
},
"author": "Bret Little",
"license": "MIT",
"bugs": {
"url": "https://github.com/CanopyTax/cpr-select/issues"
},
"homepage": "https://github.com/CanopyTax/cpr-select",
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"canopy-styleguide": "^6.0.0",
"css-loader": "^0.28.11",
"jasmine-core": "^3.1.0",
"jsx-loader": "0.13.2",
"karma": "^2.0.2",
"karma-chrome-launcher": "2.2.0",
"karma-jasmine": "^1.1.2",
"karma-phantomjs-launcher": "1.0.4",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "^3.0.0",
"lodash": "^4.17.4",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.15",
"postcss-loader": "^2.0.6",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"style-loader": "0.18.2",
"webpack": "^4.12.0",
"webpack-cli": "^3.3.0"
},
"dependencies": {},
"peerDependencies": {
"lodash": ">=1.1.0",
"react": "*"
},
"files": [
"build",
"lib",
"src"
]
}