-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.12 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.12 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
{
"name": "react-markup",
"version": "1.0.0",
"description": "This is a react-markup",
"main": "lib/index.js",
"scripts": {
"build": "node_modules/babel-cli/bin/babel.js src --out-dir lib",
"lint": "eslint './src/**/*.js' --config ./.eslintrc",
"start": "webpack-dev-server --colors --open --config ./webpack/webpack.markup.config.js",
"setup": "npm install; npm run build; npm uninstall react"
},
"bin": {
"react-markup": "bin/start.js"
},
"repository": {
"type": "git",
"url": "git@gitlab.favorit:btterminal/react-markup.git"
},
"keywords": [
"react",
"redux",
"markup",
"prototype"
],
"babel": {
"presets": [
[
"es2015",
{
"modules": false
}
],
"react",
"stage-0"
],
"plugins": [
[
"transform-runtime",
{
"helpers": false,
"polyfill": false
}
]
]
},
"author": "Postol Ivan",
"dependencies": {
"autoprefixer": "^6.7.2",
"babel-cli": "^6.9.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.20.0",
"css-loader": "^0.25.0",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"file-loader": "^0.9.0",
"history": "^3.0.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"html-webpack-template": "^5.2.0",
"json-loader": "^0.5.4",
"material-ui": "^0.15.4",
"node-sass": "^3.10.0",
"path": "^0.12.7",
"postcss-loader": "^1.2.2",
"react-hot-loader": "^3.0.0-beta.6",
"react-router": "^2.8.1",
"react-tap-event-plugin": "^2.0.1",
"sass-loader": "^4.0.2",
"shelljs": "^0.7.5",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "2.1.0-beta.28",
"webpack-dev-server": "2.2.0-rc.0"
},
"license": "ISC"
}