-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.02 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
{
"name": "biodata",
"version": "1.0.0",
"description": "Personal BioData for wedding ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "export NODE_ENV=development && webpack-dev-server --config webpack/webpack.dev.config.js",
"build:prod": "export NODE_ENV=production && npm run clean && webpack --config webpack/webpack.prod.config.js && cp dist/*.* ./",
"static": "node src/express.js",
"clean": "rm -rf vendor.* manifest.* index.* bundle.* dist/*.* *.png sw.js *.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devarsh/devarsh.github.com.git"
},
"keywords": [
"biodata"
],
"author": "Devarsh Shah",
"license": "ISC",
"bugs": {
"url": "https://github.com/devarsh/devarsh.github.com/issues"
},
"homepage": "https://github.com/devarsh/devarsh.github.com#readme",
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
"save-dev": "^2.0.0"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.22.0",
"chunk-manifest-webpack-plugin": "^1.0.0",
"classnames": "^2.2.5",
"compression-webpack-plugin": "^0.3.2",
"css-loader": "^0.26.2",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.1",
"offline-plugin": "^4.6.1",
"postcss-cssnext": "^2.9.0",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.3.2",
"preload-webpack-plugin": "^1.2.0",
"react-hot-loader": "^3.0.0-beta.6",
"react-loader": "^2.4.0",
"script-ext-html-webpack-plugin": "^1.7.1",
"style-loader": "^0.13.2",
"sw-precache-webpack-dev-plugin": "^0.1.3",
"sw-precache-webpack-plugin": "^0.9.0",
"uglifyjs-webpack-plugin": "^0.2.1",
"webpack": "^2.2.1",
"webpack-chunk-hash": "^0.4.0",
"webpack-dev-server": "^2.4.1",
"html-webpack-plugin": "^2.28.0"
}
}