-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 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
{
"name": "stamplay-react-seed",
"version": "1.0.0",
"repository": "https://github.com/Stamplay/stamplay-react-seed",
"description": "React Starter Kit",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"production": "webpack -p",
"deploy": "bash ./deploy.sh",
"lint": "eslint src/.;exit 0",
"fix": "eslint --fix src/.;exit 0"
},
"keywords": [],
"author": "isaiahgrey93<isaiah.grey@stamplay.com>",
"license": "ISC",
"dependencies": {
"axios": "^0.11.0",
"highlight.js": "^9.3.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-highlight": "^0.8.0",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"redux": "^3.5.2",
"redux-thunk": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-eslint": "^6.0.3",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-react": "^4.3.0",
"eslint-plugin-standard": "^1.3.2",
"html-webpack-plugin": "^2.16.0",
"node-sass": "^3.6.0",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}