-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 898 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 898 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
{
"name": "orbitntnu-web",
"private": true,
"version": "0.0.0",
"scripts": {
"clean": "lerna clean",
"deploy": "lerna run deploy",
"empty-cache": "lerna run empty-cache",
"init": "cd studio && sanity init && lerna run graphql-deploy",
"format": "lerna run format",
"graphql-deploy": "lerna run graphql-deploy",
"lint": "lerna run lint",
"workers-start": "lerna run workers-start",
"workers-deploy": "lerna run workers-deploy",
"postinstall": "lerna bootstrap",
"sanity-deploy": "lerna run sanity-deploy",
"start": "lerna run clean && lerna run start --parallel",
"start-gatsby": "cd frontend && gatsby develop",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"lerna": "^4.0.0"
},
"dependencies": {
"react-countdown": "^2.3.5",
"react-icons": "^4.7.1",
"shortid": "^2.2.16"
}
}