-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 882 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": "toy-template-builder",
"version": "1.0.0",
"main": "src/index.tsx",
"scripts": {
"start": "parcel src/index.html",
"typecheck": "tsc --noEmit",
"build": "npm run typecheck && parcel build src/index.html"
},
"dependencies": {
"array-move": "^2.1.0",
"array-transfer": "^0.1.1",
"classnames": "^2.2.6",
"font-awesome": "^4.7.0",
"immer": "^3.1.2",
"react": "^16.8.6",
"react-beautiful-dnd": "^11.0.3",
"react-dnd": "^7.4.5",
"react-dnd-html5-backend": "^7.4.4",
"react-dom": "^16.8.6",
"react-draggable": "^3.3.0",
"react-resizable": "^1.8.0",
"react-use": "^9.1.2",
"sanitize.css": "^9.0.0"
},
"devDependencies": {
"@types/node": "^12.0.2",
"@types/react": "^16.8.18",
"@types/react-beautiful-dnd": "^11.0.2",
"parcel-bundler": "^1.12.3",
"typescript": "^3.4.5"
}
}