forked from remeda/remeda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 979 Bytes
/
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
{
"name": "remeda-docs",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:remeda/docs.git",
"author": "Łukasz Sentkiewicz",
"license": "MIT",
"scripts": {
"start": "node index",
"watch": "parcel serve index.html",
"build": "cross-env NODE_ENV=production parcel build index.html --public-url ./ --out-file index.html && cp _redirects dist/_redirects"
},
"dependencies": {
"@types/react-router-dom": "^4.3.0",
"compression": "^1.7.2",
"connect-history-api-fallback": "^1.5.0",
"express": "^4.15.4",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-syntax-highlighter": "^7.0.4"
},
"devDependencies": {
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"@types/react-syntax-highlighter": "^0.0.5",
"cross-env": "^5.1.5",
"node-sass": "^4.13.1",
"parcel": "^1.9.4",
"typescript": "^3.8.3"
}
}