This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
119 lines (119 loc) · 5.2 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "rally-web-platform",
"version": "0.1.3",
"scripts": {
"pre-build": "bash scripts/reset-build-directories.sh && bash scripts/add-protocol.sh && node scripts/add-version-object.js && ln -fs node_modules/@mozilla/rally-functions functions",
"dev": "npm run pre-build && npm run config:web:demo && firebase emulators:exec --project demo-rally --only auth,functions,firestore --ui 'npm run load:data && npm run watch:web'",
"dev:staging": "npm run config:web:staging && npm run compile:sass:watch & svelte-kit dev",
"config:web": "firebase_project=$(firebase use) || (echo ${firebase_project}; exit 1) && echo Configuring for Firebase project: ${firebase_project} && cp config/firebase.config.${firebase_project}.json ./build/firebase.config.json",
"config:web:demo": "cp config/firebase.config.demo-rally.json static/firebase.config.json",
"config:web:staging": "cp config/firebase.config.rally-web-stage.json static/firebase.config.json",
"dev:web": "npm run pre-build && npm run config:web:demo && svelte-kit dev",
"build": "npm run pre-build && svelte-kit build && npm run compile:sass",
"build:web:emulator": "npm run pre-build && npm run config:web:demo && svelte-kit build -- --config-emulator-mode",
"watch:web": "npm run compile:sass:watch & svelte-kit -p 9000 dev -- --config-emulator-mode",
"load:data": "curl -s http://localhost:5001/demo-rally/us-central1/loadFirestore",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": " prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. .",
"doc": "jsdoc -c jsdoc.conf.json && mkdir -p docs/images && cp images/rally-logo.png docs/images/",
"test:integration:jest": "jest ./tests/integration/",
"test:integration": "npm run build:web:emulator && ./scripts/integration-test.sh",
"storybook": "start-storybook -s ./static -p 6006",
"build-storybook": "build-storybook -o storybook/build -s ./static",
"copy-bootstrap-scss": "mkdir -p static/sass/bootstrap && cp -r node_modules/bootstrap/scss/* static/sass/bootstrap",
"compile:sass:watch": "npm run copy-bootstrap-scss && sass ./static/sass/main.scss ./static/css/styles.css -w",
"compile:sass": "npm run copy-bootstrap-scss && sass ./static/sass/main.scss ./static/css/styles.css"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.17.12",
"@mozilla-protocol/core": "^16.0.0",
"@mozilla/rally-functions": "^0.9.31",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^4.0.0",
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-docs": "^6.4.19",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-links": "^6.4.18",
"@storybook/addon-svelte-csf": "^1.1.0",
"@sveltejs/adapter-static": "^1.0.0-next.14",
"@sveltejs/kit": "1.0.0-next.141",
"@types/eslint": "^7.28.0",
"@types/jest": "^27.4.1",
"@types/selenium-webdriver": "^4.1.0",
"@types/webextension-polyfill": "^0.8.3",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.2.2",
"chromedriver": "^100.0.0",
"core-js": "^3.8.1",
"eslint": "^8.14.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.2.2",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-storybook": "^0.5.12",
"firebase": "^9.0.1",
"firebase-functions": "^3.20.1",
"firebase-tools": "^10.9.2",
"geckodriver": "^3.0.1",
"immer": "^9.0.14",
"jest": "^27.5.1",
"jest-transform-stub": "^2.0.0",
"jest-webextension-mock": "^3.7.22",
"jsdoc": "^3.6.6",
"micromodal": "^0.4.6",
"minimist": "^1.2.6",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.7.0",
"sass": "^1.51.0",
"selenium-webdriver": "^4.1.2",
"sinon-chrome": "^3.0.1",
"source-map-support": "^0.5.21",
"svelte": "^3.48.0",
"svelte-check": "^2.0.0",
"svelte-loader": "^3.1.2",
"svelte-preprocess": "^4.10.3",
"tidy-jsdoc": "^1.4.1",
"ts-jest": "^27.1.4",
"tslib": "^2.3.1",
"typescript": "^4.0.0",
"watch": "^1.0.2",
"webextension-polyfill": "^0.9.0",
"webextension-polyfill-ts": "^0.26.0"
},
"dependencies": {
"@storybook/svelte": "^6.4.19",
"assert": "^2.0.0",
"bootstrap": "^5.1.3",
"fs": "^0.0.1-security",
"moment": "^2.29.3",
"npm": "^8.5.1",
"sal.js": "^0.8.5",
"sirv-cli": "^2.0.2",
"styled-components": "^5.3.1",
"ts-node": "^10.7.0"
},
"engines": {
"node": ">=14.0.0"
},
"description": "Repository for the Rally web platform",
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla-rally/rally-web-platform.git"
},
"keywords": [],
"author": "Mozilla Rally",
"license": "MPL-2.0",
"private": true,
"bugs": {
"url": "https://github.com/mozilla-rally/rally-web-platform/issues"
},
"type": "module",
"homepage": "https://github.com/mozilla-rally/rally-web-platform1#readme"
}