-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.94 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
{
"name": "nickmask.co",
"version": "0.15.0-alpha.2",
"description": "Nickmask.co site",
"repository": {
"type": "git",
"url": "https://github.com/nickmask/nickmask.co"
},
"scripts": {
"preinstall": "npm run clean",
"postinstall": "npm run build",
"start-dev": "webpack-dev-server --config webpack-dev-server.config.js --progress --inline --colors --history-api-fallback",
"start": "node server/index.js",
"build": "webpack --config ./webpack-production.config.js --progress --colors",
"clean": "rm -rf build && mkdir build"
},
"private": true,
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"node-sass": "^3.7.0",
"react-hot-loader": "^1.3.0",
"redux-devtools": "^3.3.1",
"redux-logger": "^2.6.1",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"autoprefixer": "^6.5.3",
"classnames": "^2.2.5",
"compression": "^1.6.2",
"cors": "^2.7.1",
"eslint-plugin-react": "^5.1.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"firebase": "^2.4.2",
"html-webpack-plugin": "^2.7.2",
"path": "^0.12.7",
"postcss-loader": "^0.8.2",
"precss": "^1.4.0",
"react": "^0.14.3",
"react-bootstrap": "^0.28.5",
"react-dom": "^0.14.8",
"react-fontawesome": "^1.1.0",
"react-images": "^0.4.6",
"react-photo-gallery": "^4.2.8",
"react-redux": "^4.4.5",
"react-router": "^2.0.1",
"react-router-redux": "^4.0.5",
"react-tap-event-plugin": "^0.2.2",
"react-toolbox": "^1.0.1",
"redux": "latest",
"redux-router": "^1.0.0-beta8",
"redux-thunk": "^2.1.0",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^1.13.1"
}
}