-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.45 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
{
"name": "via-devtools",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=develop snowpack build --watch",
"build": "cross-env NODE_ENV=production snowpack build",
"test": "web-test-runner \"src/**/*.test.tsx\"",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/the-via/devtools.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/the-via/devtools/issues"
},
"homepage": "https://github.com/the-via/devtools#readme",
"dependencies": {
"json-templates": "^4.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"web-ext": "^5.4.1"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-postcss": "^1.2.2",
"@snowpack/plugin-react-refresh": "^2.4.2",
"@snowpack/plugin-typescript": "^1.1.1",
"@snowpack/web-test-runner-plugin": "^0.1.5",
"@types/chai": "^4.2.14",
"@types/chrome": "^0.0.134",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@web/test-runner": "^0.10.0",
"chai": "^4.2.0",
"cross-env": "7.0.3",
"postcss": "^8.2.10",
"postcss-cli": "^8.3.1",
"prettier": "^2.0.5",
"snowpack": "^2.18.4",
"snowpack-plugin-web-ext": "0.0.3",
"tailwindcss": "^2.1.1",
"typescript": "^4.0.3"
}
}