-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 loc) · 1003 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
34
35
36
37
38
39
{
"name": "limus",
"version": "1.0.0",
"description": "Generating screenshot at different perspective",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html"
},
"keywords": [
"screenshot",
"perspective",
"angle"
],
"assetsPath": "./static",
"author": "Viet Hung Nguyen <viethungax@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/dom-to-image": "^2.6.0",
"@types/html2canvas": "0.0.35",
"@types/react": "^16.8.17",
"@types/react-color": "^3.0.0",
"@types/react-dom": "^16.8.4",
"@types/react-router-dom": "^4.3.3",
"node-sass": "^4.14.1",
"parcel-bundler": "^1.12.4",
"sass": "^1.26.10",
"typescript": "^3.4.5"
},
"dependencies": {
"dom-to-image": "^2.6.0",
"mobile-detect": "^1.4.4",
"parcel-plugin-asset-copier": "^1.1.0",
"react": "^16.8.6",
"react-color": "^2.17.3",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.0",
"unstated": "^2.1.1"
}
}