forked from iterative/dvc.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.8 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "website",
"version": "1.0.0",
"description": "dvc.org – website source code",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "npm run build",
"prettier-src": "prettier --no-semi --write '{pages,src}/**/*.{js,jsx}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iterative/dvc.org.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iterative/dvc.org/issues"
},
"homepage": "https://github.com/iterative/dvc.org#readme",
"dependencies": {
"animate-css-styled-components": "0.0.20",
"axios": "^0.18.0",
"babel-plugin-transform-define": "^1.3.1",
"color": "^3.0.0",
"force-ssl-heroku": "^1.0.2",
"github-markdown-css": "^2.10.0",
"heroku-ssl-redirect": "0.0.4",
"lodash.compact": "^3.0.1",
"lodash.kebabcase": "^4.1.1",
"lodash.startcase": "^4.4.0",
"lodash.throttle": "^4.1.1",
"next": "^7.0.2",
"lodash": ">=4.17.11",
"perfect-scrollbar": "^1.4.0",
"raw-loader": "^0.5.1",
"react": "^16.4.1",
"react-collapse": "^4.0.3",
"react-collapsible": "^2.3.1",
"react-dom": "^16.4.2",
"react-ga": "^2.5.3",
"react-markdown": "^3.4.1",
"react-motion": "^0.5.2",
"react-popover": "^0.5.10",
"react-scroll": "^1.7.9",
"react-slick": "^0.23.1",
"react-syntax-highlighter": "^7.0.4",
"react-youtube": "^7.6.0",
"styled-components": "^3.3.2",
"styled-reset": "^1.3.4",
"unist-util-visit": "latest"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"prettier": "1.12.1"
}
}