forked from blinksh/blinkweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 784 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 784 Bytes
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
{
"name": "blink-web",
"version": "1.0.8",
"description": "https://blink.sh",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.54.8",
"spectre.css": "0.5.9",
"unified": "10.1.2"
},
"devDependencies": {
"@types/node": "18.7.15",
"@types/react": "18.0.18",
"babel-plugin-inline-react-svg": "2.0.1",
"node-sass": "7.0.1",
"prettier": "2.7.1",
"stylelint": "14.11.0",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-recommended": "9.0.0",
"stylelint-prettier": "2.0.0",
"stylelint-scss": "4.3.0",
"typescript": "4.8.2"
}
}