-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 KB
/
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
40
41
42
43
44
45
46
{
"name": "opentype-tester",
"version": "0.0.1",
"author": "Apostolos Christodoulou <[email protected]>",
"license": "ISC",
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"blob-to-buffer": "1.2.8",
"emotion": "^10.0.27",
"emotion-theming": "^10.0.27",
"fontkit": "^2.0.2",
"framer-motion": "^1.11.0",
"immer": "^6.0.9",
"lodash": "^4.17.15",
"parcel": "^2.12.0",
"prop-types": "^15.7.2",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^18.3.1",
"react-intersection-observer": "^8.26.2",
"react-redux": "^7.2.0",
"react-textarea-autosize": "^8.0.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-persist-indexeddb-storage": "^1.0.4",
"redux-thunk": "^2.3.0"
},
"browserslist": "> 1%, not ie 11, not op_mini all",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"staticFiles": {
"staticPath": "static",
"watcherGlob": "**"
},
"devDependencies": {
"buffer": "^5.5.0||^6.0.0",
"events": "^3.1.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"util": "^0.12.3"
}
}