-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.8 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
{
"name": "birthday-gift",
"version": "0.0.0",
"description": "This repo can be used as a base for creating a website",
"main": "build/main.min.js",
"scripts": {
"lint": "eslint src/",
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1",
"update-to-latest": "npm-check-updates -u",
"check-for-updates": "npm-check-updates",
"watch": "rollup -c --watch"
},
"repository": {
"type": "git",
"url": "[email protected]:stefanspita/birthday-gift.git"
},
"author": "Stefan Spita",
"homepage": "https://github.com/jlengstorf/learn-rollup#readme",
"devDependencies": {
"babel-plugin-external-helpers": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"eslint-plugin-react": "^7.0.1",
"npm-check-updates": "^2.11.1",
"npm-run-all": "^4.0.2",
"postcss-cssnext": "^3.0.0",
"postcss-modules": "^0.8.0",
"postcss-nested": "^2.0.2",
"postcss-simple-vars": "^4.0.0",
"redux-logger": "^3.0.6",
"rollup": "^0.45.2",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-img": "^1.0.6",
"rollup-plugin-livereload": "^0.4.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-postcss": "^0.5.3",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-serve": "^0.4.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.0.0"
},
"dependencies": {
"history": "^4.4.1",
"prop-types": "^15.5.10",
"ramda": "^0.24.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^5.0.0",
"react-router": "^4.0.0",
"react-router-redux": "^4.0.7",
"react-tooltip": "^3.3.0",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
}
}