-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.27 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
{
"name": "chemstack-puzzle",
"scripts": {
"start": "vite --config ./vite.config/vite.config.ts",
"host": "vite --config ./vite.config/vite.config.ts --host",
"build": "vite --config ./vite.config/vite.config.ts build"
},
"devDependencies": {
"@amplitude/analytics-browser": "^1.0.3",
"@babel/types": "^7.18.10",
"@emotion-icons/bootstrap": "^3.27.0",
"@emotion-icons/material-rounded": "^3.14.0",
"@emotion/babel-plugin": "^11.10.0",
"@emotion/css": "^11.9.0",
"@observablehq/plot": "^0.5.2",
"@preact/preset-vite": "^2.4.0",
"@types/babel__template": "^7.4.1",
"@types/crypto-js": "^4.1.1",
"@types/css": "^0.0.33",
"@types/jsdom": "^20.0.0",
"@types/lodash": "^4.14.182",
"@types/memoizee": "^0.4.8",
"crypto-js": "^4.1.1",
"css": "^3.0.0",
"emotion-icons": "^3.27.0",
"gl-matrix": "^3.4.3",
"immutability-helper": "^3.1.1",
"jsdom": "^20.0.0",
"lodash": "^4.17.21",
"memoizee": "^0.4.15",
"mini-svg-data-uri": "^1.4.4",
"preact": "^10.11.0",
"recoil": "^0.7.4",
"rxjs": "^7.5.5",
"typescript": "^4.7.4",
"vite": "^3.1.0",
"vite-plugin-info": "^0.2.0",
"vite-plugin-pwa": "^0.12.8",
"vite-plugin-singlefile": "^0.11.1",
"popmotion": "^11.0.5"
}
}