-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 977 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
{
"name": "react-parcel-template",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "parcel src/index.html --open",
"build": "parcel build src/index.html --no-source-maps"
},
"author": "",
"license": "ISC",
"dependencies": {
"@fluentui/react-components": "^9.19.1",
"@fluentui/react-icons": "^2.0.196",
"@fluentui/react-tabs": "^9.3.2",
"@fluentui/react-text": "^9.3.2",
"dexie": "^3.2.3",
"file-saver": "^2.0.5",
"nanoid": "^4.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.3.8",
"react-viewport-list": "^7.1.1",
"save-file": "^2.3.1",
"simplex-noise": "^4.0.1",
"use-immer": "^0.8.1",
"worleyjs": "^1.5.2"
},
"devDependencies": {
"eslint": "^8.30.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"parcel": "^2.8.2",
"process": "^0.11.10"
}
}