-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.05 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
{
"name": "quiz-sliver",
"version": "0.0.0",
"description": "",
"main": "index.js",
"type": "module",
"dependencies": {
"@stitches/react": "^0.2.4",
"classnames": "^2.3.1",
"firebase": "^9.12.1",
"preact": "^10.5.14",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@heroicons/react": "^1.0.3",
"@rollup/plugin-alias": "^3.1.5",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.5",
"@semantic-release/exec": "^5.0.0",
"@types/chrome": "0.0.154",
"@types/jquery": "^3.5.6",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.9",
"dotenv": "^10.0.0",
"fs-extra": "^10.0.0",
"rollup": "^2.56.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.5.2",
"semantic-release": "^17.4.4",
"ts-node": "^10.2.0",
"typescript": "^4.3.5"
},
"scripts": {
"build": "node tools/build.js"
},
"author": "",
"license": "ISC"
}