-
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.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 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": "definitylabs-webiste",
"version": "0.0.1",
"private": true,
"homepage": "https://definitylabs.github.io/",
"author": "Definity Labs",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/DefinityLabs/website.git"
},
"dependencies": {
"babel-env": "^2.4.1",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.0.0-alpha.6",
"es6-promise": "^4.2.2",
"font-awesome": "^4.7.0",
"node-emoji": "^1.6.1",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-transition-group": "^15.6.0",
"react-dom": "^15.6.1",
"react-ga": "^2.4.0",
"react-markdown": "^2.5.0",
"react-router-dom": "^4.1.1",
"reactstrap": "^4.6.2"
},
"devDependencies": {
"react-scripts": "1.0.7"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}