-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"name": "dac-website",
"version": "1.0.0",
"description": "DA.Capital Website",
"scripts": {
"dev": "npm run tachyons; next",
"tachyons": "tachyons tachyons/tachyons.css > static/tachyons.css",
"tachyons-min": "tachyons tachyons/tachyons.css > static/tachyons.css --minify",
"build": "next build",
"start": "next start",
"deploy": "now; now alias",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DACapital/website.git"
},
"author": "João Mesquita <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/DACapital/website/issues"
},
"homepage": "https://github.com/DACapital/website#readme",
"dependencies": {
"animate.css": "^3.5.2",
"babel-plugin-css-modules-transform": "^1.2.7",
"babel-plugin-styled-components": "^1.1.4",
"babel-preset-stage-0": "^6.24.1",
"next": "^2.4.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-ga": "^2.2.0",
"styled-components": "^2.0.0-17",
"tachyons-cli": "^1.0.11"
},
"devDependencies": {
"enzyme": "^2.9.1",
"jest": "^20.0.4",
"react-test-renderer": "^15.6.1"
}
}