-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 801 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 801 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
{
"name": "@twinlify/docs",
"version": "0.0.16",
"description": "Documentation website for Twinlify",
"scripts": {
"prebuild": "reactor toc",
"build": "reactor build",
"start:dev": "reactor toc && reactor start",
"ncu": "npm-check-updates",
"lint": "eslint src"
},
"license": "MIT",
"dependencies": {
"@twinlify/nexus": "^0.20.0",
"@twinlify/walrus": "^0.0.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@uralys/reactor": "^1.2.7",
"babel-eslint": "^10.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-react": "^7.26.1",
"npm-check-updates": "^11.8.5"
}
}