forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "dynamic-pages",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/codesandbox/codesandbox-client",
"directory": "packages/dynamic-pages"
},
"source": true,
"scripts": {
"build": "next build",
"dev": "cross-env LOCAL_SERVER=1 LOCAL_DEV=1 node server.js",
"lint": "eslint .",
"start": "NODE_ENV=production node server.js"
},
"jest": {
"moduleDirectories": [
"node_modules"
],
"transform": {
"^.+\\.js$": "babel-jest"
}
},
"dependencies": {
"@codesandbox/common": "^1.0.8",
"@zeit/next-css": "^1.0.1",
"airtable": "^0.5.9",
"date-fns": "^1.30.1",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"http-proxy-middleware": "^0.19.1",
"humps": "CompuIves/humps",
"isomorphic-unfetch": "^3.0.0",
"lodash.throttle": "^4.1.1",
"next": "^8.0.3",
"next-transpile-modules": "^2.0.0",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-helmet": "^5.2.0",
"react-spring": "^8.0.25",
"react-visibility-sensor": "^5.0.2",
"styled-components": "^4.2.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"babel-plugin-styled-components": "^1.10.0",
"cross-env": "^5.2.0",
"file-loader": "^3.0.1",
"jest": "^24.9.0"
}
}