This repository was archived by the owner on May 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.61 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.61 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
{
"name": "phil-and-steph",
"version": "1.0.0",
"description": "Wedding website for myself and my (future) wife",
"main": "index.js",
"scripts": {
"build": "node_modules/.bin/webpack -p --config webpack.config.js",
"watch": "node_modules/.bin/webpack -p --config webpack.config.js --watch",
"start-dev": "node_modules/.bin/nodemon build/server.js --watch ./build",
"start-prod": "node build/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/scoobster17/phil-and-steph.git"
},
"keywords": [
"Phil",
"Steph",
"Gibbins",
"Wedding",
"Engagement",
"Married",
"Engaged"
],
"author": "Phil Gibbins <scoobster17@hotmail.co.uk> (http://www.philgibbins.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/scoobster17/phil-and-steph/issues"
},
"homepage": "https://github.com/scoobster17/phil-and-steph",
"devDependencies": {
"nodemon": "^1.11.0"
},
"dependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"dotenv": "^2.0.0",
"ejs": "^2.5.5",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"node-sass": "^4.1.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.6.1",
"reset-css": "^2.2.0",
"sass-loader": "^4.1.1",
"webpack": "^1.13.3",
"x-frame-options": "^1.0.0"
}
}