-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 969 Bytes
/
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
{
"name": "clicker",
"version": "0.0.1",
"private": true,
"devDependencies": {
"gh-pages": "^1.0.0",
"react-scripts": "0.9.5"
},
"dependencies": {
"animate.css": "3.5.2",
"bootstrap": "3.3.7",
"font-awesome": "4.6.3",
"lodash": "4.15.0",
"react": "15.4.2",
"react-addons-css-transition-group": "15.4.2",
"react-bootstrap": "0.30.3",
"react-document-title": "^2.0.3",
"react-dom": "15.4.2",
"react-redux": "4.4.5",
"react-router": "2.8.1",
"react-tooltip": "^3.3.0",
"reduce-reducers": "0.1.2",
"redux": "3.6.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test --env=jsdom",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
},
"homepage": "https://paksu.github.io/klik"
}