forked from ChristofferMarcussen/SVV-HC-reg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.51 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "seniorbootcamp",
"description": "App for Senior Bootcamp",
"version": "0.0.1",
"author": "Mathilde Wærstad",
"repository": {
"type": "git",
"url": "https://github.com/ChristofferMarcussen/SVV-HC-reg"
},
"scripts": {
"start": "node server.js",
"dev": "webpack --watch --devtool=cheap-module-inline-source-map",
"build": "rimraf dist && webpack -p --define process.env.NODE_ENV='\"production\"'",
"postinstall": "webpack -p --define process.env.NODE_ENV='\"production\"'"
},
"dependencies": {
"babel-polyfill": "^6.13.0",
"classnames": "^2.2.4",
"clipboard": "^1.5.10",
"es6-promise": "^3.2.1",
"express": "4.13.4",
"history": "^1.17.0",
"moment": "^2.19.2",
"path": "^0.11.14",
"react": "^15.6.1",
"react-addons-create-fragment": "^15.5.4",
"react-dom": "^15.6.1",
"react-redux": "^5.0.3",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"webpack": "^1.13.1",
"webpack-merge": "^2.0.0",
"whatwg-fetch": "^0.11.0",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"copy-webpack-plugin": "^3.0.1",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.17.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"null-loader": "^0.1.1",
"redux-devtools": "^3.0.2",
"style-loader": "^0.13.1",
"webpack-notifier": "^1.3.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"copy-webpack-plugin": "^3.0.1",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.17.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"null-loader": "^0.1.1",
"redux-devtools": "^3.0.2",
"style-loader": "^0.13.1",
"webpack-notifier": "^1.3.0"
}
}