-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.9 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
{
"name": "clever-react",
"version": "1.0.0",
"description": "Prismic + React + Flux + Sass App Starter",
"main": "index.jsx",
"scripts": {
"lint": "eslint src --ext .jsx,.js",
"clean": "rimraf ./www/build",
"build": "npm run clean && NODE_ENV=production webpack",
"server:prod": "NODE_ENV=production pm2 start server.js",
"server:dev": "NODE_ENV=development node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/stephmilovic/prismic-react"
},
"author": "https://github.com/stephmilovic/",
"license": "MIT",
"dependencies": {
"ejs": "^2.4.1",
"express": "^4.13.4",
"flux-react": "^2.6.7",
"http": "0.0.0",
"prismic.io": "1.4.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-pure-render": "^1.0.2",
"react-router": "^2.0.1",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.2"
},
"devDependencies": {
"autoprefixer": "^6.3.5",
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-root-import": "^3.2.2",
"css-loader": "^0.23.1",
"dotenv": "^2.0.0",
"eslint": "^2.5.1",
"eslint-config-airbnb": "^6.2.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^4.2.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"getenv": "^0.6.0",
"isdev": "^1.0.1",
"json-loader": "^0.5.4",
"node-neat": "^1.7.2",
"node-sass": "^3.4.2",
"npm-install-webpack-plugin": "^3.0.0",
"postcss-loader": "^0.8.2",
"rimraf": "^2.5.2",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0",
"webpack-merge": "^0.8.4",
"winston": "^2.2.0"
}
}