-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.22 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
{
"name": "applaunch",
"version": "0.1.0",
"private": true,
"homepage": "http://ibm-cloud-applaunch.github.io",
"dependencies": {
"@ibm/type": "^0.5.4",
"axios": "^0.17.1",
"carbon-components": "8.1.8",
"carbon-components-react": "4.2.0",
"carbon-icons": "6.2.0",
"eslint": "4.14.0",
"eslint-config-airbnb": "16.0.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.4.0",
"gh-pages": "^1.1.0",
"material-ui": "latest",
"react": "^16.2.0",
"react-clicketyclack": "^1.2.2",
"react-dom": "^16.2.0",
"react-flexbox-grid": "^2.0.0",
"react-icons": "^2.2.7",
"react-markdown": "3.1.5",
"react-slick": "^0.17.1"
},
"devDependencies": {
"react-scripts": "1.1.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 && mv build/index.html index.html",
"postdeploy": "node deploy-script.js"
}
}