-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.07 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.07 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": "kickit-landing",
"version": "0.1.0",
"private": true,
"homepage": "https://www.kickit.us",
"dependencies": {
"antd": "^3.8.0",
"history": "^4.7.2",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-markdown": "^3.4.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.4",
"react-sidebar": "^2.3.2",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.80.0",
"tachyons": "^4.10.0",
"tachyons-cli": "^1.3.0"
},
"scripts": {
"start": "react-scripts start",
"predeploy": "npm run build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build && gh-pages -d build",
"css": "tachyons src/css/app.css > src/index.css --minify",
"prestart": "yarn run css",
"prebuild": "yarn run css"
},
"devDependencies": {
"gh-pages": "^1.1.0"
}
}