forked from wafflestudio/wafflestudio.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 834 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 834 Bytes
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
{
"name": "wafflestudio.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"dependencies": {
"@types/next": "^9.0.0",
"@types/styled-components": "^5.1.7",
"aos": "^2.3.4",
"github-markdown-css": "^4.0.0",
"next": "^10.0.6",
"next-images": "^1.6.2",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-markdown": "^5.0.3",
"react-responsive-carousel": "^3.2.11",
"styled-components": "^5.2.1",
"styled-reset": "^4.3.4"
},
"devDependencies": {
"@types/node": "^14.14.19",
"@types/react": "^17.0.0",
"babel-plugin-styled-components": "^1.12.0",
"typescript": "^4.1.3",
"url-loader": "^4.1.1"
}
}