-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
25 lines (25 loc) · 987 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
{
"author": "andculture",
"description": "Gravity Boots API and Frontend",
"devDependencies": {
"and-cli": "2.7.2",
"prettier": "1.19.1"
},
"homepage": "https://github.com/AndcultureCode/AndcultureCode.DotnetReact.Boilerplate#readme",
"license": "ISC",
"main": "npx and-cli",
"name": "gravity-boots",
"private": true,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:AndcultureCode/AndcultureCode.DotnetReact.Boilerplate.git"
},
"scripts": {
"all-tests": "and-cli dotnet-test --skip-clean --by-project && cd ./frontend && npm run cypress:run && cd .. && and-cli webpack-test --ci && npm run build-storybook",
"build-storybook": "cd ./frontend && npm run build-storybook && cd ../",
"frontend-install": "cd ./frontend && npm install && cd ../",
"storybook": "cd ./frontend && npm run storybook && cd ../"
},
"version": "1.2.0",
"dependencies": {}
}