-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 763 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 763 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
{
"name": "quorum-sensing",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@inlet/react-pixi": "^1.2.0",
"framer-motion": "^1.8.4",
"matter-attractors": "^0.1.6",
"matter-js": "^0.14.2",
"next": "^9.3.2",
"pixi.js": "^5.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"styled-components": "^5.0.1",
"web-api-hooks": "^2.2.2"
},
"devDependencies": {
"@types/matter-js": "^0.10.9",
"@types/node": "^13.7.4",
"@types/react": "^16.9.21",
"@types/react-dom": "^16.9.5",
"@types/styled-components": "^5.0.0",
"babel-plugin-styled-components": "^1.10.7",
"typescript": "^3.8.2"
},
"license": "ISC"
}