This repository has been archived by the owner on Oct 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.98 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": "getEu",
"version": "1.0.0",
"description": "Frontend components for a quiz and dictionary webapp. The app makes it easier to learn about the Danish opt-outs from EU policies on police and justice.",
"main": "server/index.js",
"repository": "https://github.com/DR-Nyheder-X/get-eu.git",
"scripts": {
"start": "NODE_ENV=production node server/index.js",
"dev": "NODE_ENV=development ./node_modules/nodemon/bin/nodemon.js -w server -w views",
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js -p",
"test": "NODE_ENV=test bin/test",
"lint": "./node_modules/standard/bin/cmd.js"
},
"author": "Jacques Mourier",
"license": "ISC",
"dependencies": {
"bluebird": "^3.0.1",
"classname": "0.0.0",
"ease-component": "^1.0.0",
"ejs": "^2.3.3",
"express": "^4.13.3",
"file-loader": "^0.8.4",
"hash-webpack-plugin": "0.0.5",
"history": "^1.12.6",
"lodash": "^3.10.1",
"path": "^0.12.7",
"raf": "^3.1.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-masonry-component": "^2.0.0",
"react-redux": "^4.0.0",
"react-router": "1.0.0-rc3",
"react-swipeable": "^3.0.2",
"redux": "^3.0.4",
"redux-localstorage": "^0.4.0",
"redux-router": "^1.0.0-beta3",
"redux-thunk": "^1.0.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-core": "^5.8.29",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"css-loader": "^0.23.0",
"http-proxy": "^1.12.0",
"mocha": "^2.3.3",
"node-sass": "^3.4.0",
"nodemon": "^1.8.0",
"redux-devtools": "^3.0.0-beta-3",
"redux-devtools-dock-monitor": "^1.0.0-beta-3",
"redux-devtools-log-monitor": "^1.0.0-beta-3",
"sass-loader": "^3.1.1",
"standard": "^5.3.1",
"style-loader": "^0.13.0",
"webpack": "^1.11.0",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.4.1"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"public/"
]
}
}