-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "klarna",
"version": "0.0.1",
"description": "Simple HTML/JavaScript application that interacts with the user and draws some geometrical shapes.",
"main": "index.html",
"scripts": {
"test": "echo NO TESTS SPECIFIED BY M.J.",
"dev": "node_modules/.bin/babel-node server",
"webpack": "node_modules/.bin/gulp webpack"
},
"author": "Martin Jirku",
"license": "MIT",
"dependencies": {
"babel": "^5.8.23",
"classnames": "^2.1.3",
"immutable": "^3.7.5",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"materialize-css": "^0.97.1",
"object-assign": "^4.0.1",
"react": "^0.13.3",
"react-redux": "^2.1.2",
"redux": "^3.0.0",
"webpack": "^1.12.2"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"jsx-loader": "^0.13.2",
"path": "^0.12.7",
"react-hot-loader": "^1.3.0",
"webpack-dev-server": "^1.11.0"
}
}