-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.93 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"_from": "generator-react-frontend-boilerplate",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-jq/IleD00rBC8opspU2GufIbQSo=",
"_location": "/generator-react-frontend-boilerplate",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "generator-react-frontend-boilerplate",
"name": "generator-react-frontend-boilerplate",
"escapedName": "generator-react-frontend-boilerplate",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/generator-react-frontend-boilerplate/-/generator-react-frontend-boilerplate-1.4.0.tgz",
"_shasum": "8eafc895e0f4d2b042f28a6ca54d86b9f21b412a",
"_spec": "generator-react-frontend-boilerplate",
"_where": "/Users/ParallelUniv3rse",
"author": {
"name": "Arnost Neurad",
"email": "[email protected]"
},
"bin": {
"generate-react-frontend": "generate.js",
"grf": "generate.js"
},
"bugs": {
"url": "https://github.com/actuallymentor/react-frontend-boilerplate/issues"
},
"bundleDependencies": false,
"dependencies": {
"babel-polyfill": "^6.23.0",
"colors": "^1.1.2",
"dotenv": "^4.0.0",
"eslint": "^4.18.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.6.1",
"ip": "^1.1.5",
"ncp": "^2.0.0",
"stylelint-config-standard": "^18.0.0"
},
"deprecated": false,
"description": "Boilerplate for apps using React and Webpack",
"devDependencies": {
"autoprefixer": "^6.7.7",
"axios": "^0.17.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"browser-sync": "^2.18.8",
"browser-sync-webpack-plugin": "^1.1.4",
"chai": "^3.5.0",
"css-loader": "^0.28.1",
"graphql": "^0.13.1",
"graphql-request": "^1.4.1",
"mocha": "^3.3.0",
"node-sass": "^4.5.2",
"postcss-loader": "^1.3.3",
"react": "^15.5.4",
"react-addons-test-utils": "^15.5.1",
"react-autosuggest": "^9.3.4",
"react-dom": "^15.5.4",
"react-paginate": "^5.1.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.17.0",
"webpack": "^2.5.0"
},
"homepage": "https://github.com/actuallymentor/react-frontend-boilerplate#readme",
"keywords": [
"react",
"webpack",
"browsersync",
"babel",
"sass"
],
"license": "MIT",
"main": "app.js",
"name": "generator-react-frontend-boilerplate",
"repository": {
"type": "git",
"url": "git+https://github.com/actuallymentor/react-frontend-boilerplate.git"
},
"scripts": {
"build": "NODE_ENV=production webpack --progress -p",
"start": "NODE_ENV=development webpack --progress -d --watch",
"test": "mocha --compilers js:babel-core/register"
},
"version": "1.4.0"
}