-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 920 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
{
"name": "planet",
"version": "1.0.0",
"description": "",
"main": "web/index.tsx",
"scripts": {
"start": "webpack serve",
"build": "webpack"
},
"author": "Noah Craig",
"license": "ISC",
"dependencies": {
"@types/chroma-js": "^2.1.3",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@wasm-tool/wasm-pack-plugin": "^1.3.2",
"antd": "^4.12.2",
"chroma-js": "^2.1.0",
"css-loader": "^5.0.1",
"fractal-noise": "^1.1.0",
"html-webpack-plugin": "^5.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"safe-units": "^1.1.0",
"simplex-noise": "^2.4.0",
"style-loader": "^2.0.0",
"styled-components": "^5.2.1",
"ts-loader": "^8.0.15",
"typescript": "^4.1.3",
"webpack": "^5.21.1",
"webpack-dev-server": "^3.11.2"
},
"devDependencies": {
"@types/styled-components": "^5.1.7",
"webpack-cli": "^4.5.0"
}
}