-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 928 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
38
39
40
41
{
"name": "cevoid.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.14.8",
"@babel/runtime": "^7.14.8",
"apollo-boost": "^0.4.9",
"apparatus-generator": "^1.6.5",
"chromotome": "^1.20.0",
"directory-named-webpack-plugin": "^4.0.1",
"immer": "^9.0.5",
"next": "^12.1.5",
"prettier": "^2.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-p5": "^1.3.30",
"styled-components": "^5.3.0",
"styled-media-query": "^2.1.2",
"toposort": "^2.0.2",
"zustand": "^3.5.7"
},
"devDependencies": {
"eslint": "^7.31.0",
"eslint-config-next": "^11.0.1"
},
"prettier": {
"trailingComma": "none",
"singleQuote": true,
"semi": false
}
}