-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.97 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
{
"name": "react-dialog-native",
"version": "1.0.0",
"description": "",
"main": "./dist/react-dialog-native.js",
"files": [
"dist/"
],
"scripts": {
"dev": "BABEL_ENV=dev webpack-dev-server --config ./build/webpack-example.config.js",
"eslint": "eslint 'src/**/*.js' 'build/**/*' '*.js'",
"eslint:fix": "eslint 'src/**/*.js' 'build/**/*' '*.js' --fix",
"stylelint": "stylelint 'src/**/*.css'",
"build": "NODE_ENV=production BABEL_ENV=prod webpack --config ./build/webpack.config.js",
"start": "npm run build && lite-server --baseDir=\"dist\""
},
"author": "",
"license": "ISC",
"peerDependencies": {
"prop-types": "^15.0.0",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"dialog-polyfill": "^0.4.9"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.0",
"css-loader": "^0.28.7",
"dialog-polyfill": "^0.4.9",
"eslint": "^4.7.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "5.0.0",
"eslint-plugin-react": "^7.3.0",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"lite-server": "^2.3.0",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.6",
"postcss-nested": "^2.1.2",
"postcss-reporter": "^5.0.0",
"postcss-simple-vars": "^4.1.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"style-loader": "^0.18.2",
"stylelint": "^8.1.1",
"stylelint-config-standard": "^17.0.0",
"svg-loader": "0.0.2",
"url-loader": "^0.5.9",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2",
"webpack-md5-hash": "0.0.5"
}
}