-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.67 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
{
"name": "react-ui-kit",
"version": "1.0.8",
"description": "React UI Kit - Components",
"scripts": {
"prepublish": "npm run build",
"start": "webpack-dev-server --progress --colors --config build/webpack.config.demo.js --open",
"examples": "webpack-dev-server --progress --colors --config build/webpack.config.examples.js --open",
"build": "webpack -p --progress --colors --display-error-details --config build/webpack.config.js",
"lint": "eslint components/**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-ui-kit/base.git"
},
"author": "Hetmann Wilhelm <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/react-ui-kit/base/issues"
},
"main": "index.js",
"homepage": "http://www.react-ui-kit.com",
"dependencies": {
"css-loader": "^0.28.7",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"eslint": "^4.7.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-react": "^7.3.0",
"express": "^4.15.4",
"extract-text-webpack-plugin": "^3.0.0",
"react-router-dom": "^4.2.2",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2"
}
}