-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.55 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
{
"name": "charlie-gaffer",
"version": "1.0.0",
"description": "Professional lighting for film and TV.",
"homepage": "https://github.com/mattriley/charlie-gaffer",
"repository": "github:mattriley/charlie-gaffer",
"author": {
"name": "Matt Riley",
"email": "m@ttriley.dev",
"url": "https://github.com/mattriley"
},
"bugs": {
"url": "https://github.com/mattriley/charlie-gaffer/issues",
"email": "m@ttriley.dev"
},
"scripts": {
"cov": "npx task cov",
"deploy": "npx task deploy",
"lint": "npx task lint",
"pre": "npx task pre",
"setup": "npm i && npx task setup",
"start": "npx task start",
"test": "npx task test"
},
"dependencies": {
"mixpanel-browser": "^2.47.0",
"module-composer": "^0.163.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/node": "^7.22.19",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@parcel/resolver-glob": "^2.9.3",
"cloc": "^2.11.0",
"doctoc": "^2.2.1",
"ejs": "^3.1.9",
"eslint": "^8.50.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.3",
"module-indexgen": "^0.41.0",
"npm-check-updates": "^16.14.4",
"parcel": "^2.9.3",
"process": "^0.11.10",
"task-library": "^0.274.0",
"testing": "file:./testing"
}
}