-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.08 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
62
63
64
65
66
67
68
{
"name": "showcase-ilicycles",
"version": "1.0.0",
"description": "Ilicycles showcase website source code.",
"main": "index.js",
"dependencies": {
"@emotion/core": "^10.0.10",
"@react-hook/window-scroll": "^1.0.0",
"@rehooks/window-size": "^1.0.2",
"acorn": "^6.1.1",
"browserslist": "^4.6.2",
"design-system-utils": "^1.5.0",
"dotize": "^0.3.0",
"emotion": "^10.0.9",
"encoding": "^0.1.12",
"express": "^4.17.1",
"next": "^8.1.0",
"prismic-javascript": "^2.0.3",
"prismic-reactjs": "^1.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-facebook": "^8.0.4",
"react-intersection-observer": "^8.23.0",
"react-responsive": "^7.0.0",
"react-responsive-carousel": "^3.1.49",
"react-select": "^3.0.4",
"react-spring": "^8.0.25",
"react-svg": "^10.0.8",
"sitemap": "^2.2.0"
},
"devDependencies": {
"@zeit/next-css": "^1.0.1",
"babel-plugin-emotion": "^10.0.13",
"babel-plugin-module-resolver": "^3.2.0",
"cssnano": "^4.1.10",
"next-compose-plugins": "^2.2.0",
"next-purgecss": "^3.0.1",
"postcss-custom-media": "^7.0.7",
"postcss-easy-import": "^3.0.0",
"postcss-extend": "^1.0.5",
"postcss-normalize": "^8.0.1",
"postcss-preset-env": "^6.6.0",
"tailwindcss": "^1.0.4"
},
"scripts": {
"dev": "now dev",
"build": "next build",
"dev:start": "npm run build && npm run dev",
"start": "next start",
"now-build": "next build",
"preprod:deploy": "now",
"deploy": "now --target production",
"format:js": "npx prettier --parser=babel --write \"tailwind.config.js\" \"server.js\" \"next.config.js\" \"styles/**/*.js\" \"components/**/*.js\" \"pages/**/*.js\" \"services/**/*.js\" \"store/**/*.js\" \"translations/**/*.js\" \"utils/**/*.js\"",
"format:css": "npx prettier --parser=css --write \"styles/**/*.css\"",
"format": "npm run format:css && npm run format:js"
},
"keywords": [
"nextjs",
"react",
"react-ssr",
"now",
"now.sh",
"tailwind",
"serverless"
],
"author": "Naomi Hauret",
"license": "MIT"
}