-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.45 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.45 KB
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
{
"name": "react-core-ui",
"version": "1.0.28",
"description": "Collection of basic components.",
"main": "./lib",
"module": "./components",
"scripts": {
"start": "node ./bin/www",
"build": "npx babel ./components --out-dir ./lib && cpx \"./components/**/*.sass\" ./lib",
"prepublish": "npm run build",
"test": "exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamesmarrs/react-core-ui.git"
},
"keywords": [
"react",
"react-component",
"components",
"modal",
"tooltip"
],
"author": "James Marrs",
"license": "ISC",
"bugs": {
"url": "https://github.com/jamesmarrs/react-core-ui/issues"
},
"homepage": "https://github.com/jamesmarrs/react-core-ui#readme",
"dependencies": {
"classnames": "^2.2.6",
"cookie-parser": "~1.4.3",
"core-js": "^2.5.7",
"debug": "~2.6.9",
"express": "~4.16.0",
"hbs": "~4.0.1",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-transition-group": "^2.5.0"
},
"peerDependencies": {
"classnames": "^2.2.6",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-transition-group": "^2.5.0"
},
"devDependencies": {
"assets-webpack-plugin": "^3.9.7",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-minify": "^0.5.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"compression-webpack-plugin": "^2.0.0",
"cpx": "^1.5.0",
"css-loader": "^1.0.0",
"deep-freeze": "0.0.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"express": "^4.16.3",
"file-loader": "^2.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.6.0",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^0.4.3",
"node-sass": "^4.9.3",
"npx": "^10.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^3.0.0",
"react-hot-loader": "^4.3.11",
"react-router-dom": "^4.3.1",
"sass-loader": "^7.1.0",
"sinon": "^6.3.5",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.20.2",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
}
}