-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.43 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
{
"name": "sieveable-lens",
"version": "0.1.0",
"description": "",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --display-error-detail --history-api-fallback",
"stats": "webpack --profile --json > webpack_stats.json",
"lint": "eslint . --ext .js --ext .jsx --ignore-path .gitignore --cache --format stylish"
},
"keywords": [],
"author": "Khalid Alharbi",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"bootstrap": "^3.3.7",
"clean-webpack-plugin": "^0.1.10",
"css-loader": "^0.23.1",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^6.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.3.0",
"html-webpack-plugin": "^2.22.0",
"node-sass": "^3.8.0",
"pug-loader": "^2.2.1",
"purifycss-webpack-plugin": "^2.0.3",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.14.1",
"webpack-validator": "^2.2.7"
},
"dependencies": {
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-router": "^2.6.1"
}
}