-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.56 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": "npm-shared-styles",
"version": "0.0.1",
"description": "This is a package with base style components that can be used for a react and react-native project",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --progress --colors --mode development",
"build": "npm i && webpack -p --progress --colors",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/MarvinVk/npm-shared-styles.git"
},
"keywords": [
"npm",
"shared-styles"
],
"author": "Marvin van Kalsbeek",
"license": "MIT",
"bugs": {
"url": "https://github.com/MarvinVk/npm-shared-styles/issues"
},
"homepage": "https://github.com/MarvinVk/npm-shared-styles#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"es6-promise": "^4.2.4",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.9.1",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"path": "^0.12.7",
"postcss-loader": "^2.1.6",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"style-loader": "^0.21.0",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"classnames": "^2.2.6",
"prop-types": "^15.6.2"
}
}