forked from sorcererxw/iloveworks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "iloveworks",
"homepage": "https://sorcererxw.github.io/",
"version": "0.1.3",
"private": true,
"devDependencies": {
"redux-devtools": "^3.4.1",
"gh-pages": "^1.2.0"
},
"dependencies": {
"autosize": "^4.0.2",
"fbjs": "^0.8.17",
"intl": "^1.2.5",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"react-icons": "^3.0.4",
"react-intl": "^2.4.0",
"react-intl-redux": "^2.0.1",
"react-markdown": "^3.3.4",
"react-redux": "^5.0.7",
"react-responsive": "^5.0.0",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}