-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 945 Bytes
/
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
{
"name": "glamorous-with-next",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "next",
"build": "next build",
"validate": "jest && next build && next export",
"start": "next start"
},
"keywords": [],
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
"license": "MIT",
"dependencies": {
"glamor": "^2.20.40",
"glamorous": "^4.5.0",
"next": "^3.2.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-toggled": "^1.0.2"
},
"devDependencies": {
"babel-jest": "^20.0.3",
"babel-plugin-glamorous-displayname": "^2.1.0",
"babel-preset-env": "^1.6.0",
"enzyme": "^2.9.1",
"enzyme-to-json": "^1.5.1",
"jest": "^20.0.4",
"jest-glamor-react": "^3.1.0",
"polished": "^1.7.0",
"pretty-format": "^20.0.3",
"react-test-renderer": "^15.6.1",
"snapshot-diff": "^0.1.1"
}
}