generated from tooooools/boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.69 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
{
"name": "workshop-data-light",
"version": "0.8.0",
"description": "client and server for the data light workshop",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview --open",
"test": "vite --mode test",
"deploy": "vite build && ghp build --a .github -f -b production -m 'Deploy to production'",
"deploy:staging": "vite build --mode staging && ghp build -a .github -f -b staging -m 'Deploy to staging'",
"postversion": "git push && git push --tags && npm run deploy"
},
"author": "Arnaud Juracek",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chevalvert/workshop-data-light"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"ghp": "^1.7.0",
"prompt": "^1.3.0",
"sass": "^1.59.3",
"stylelint": "^15.3.0",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^4.5.0",
"vite": "^4.2.1"
},
"dependencies": {
"@codemirror/commands": "^6.7.0",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lint": "^6.8.2",
"@codemirror/view": "^6.34.1",
"@internet/raf": "^0.2.1",
"@tooooools/ui": "^1.5.0",
"chroma-js": "^3.1.2",
"codemirror": "^6.0.1",
"eslint-linter-browserify": "^9.12.0",
"file-saver": "^2.0.5",
"globals": "^15.11.0",
"iconoir": "^7.9.0",
"meta-png": "^1.0.6",
"missing-math": "^3.4.0",
"slug": "^9.1.0",
"thememirror": "^2.0.1"
}
}