-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "comp-kinch",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "",
"license": "MIT",
"scripts": {
"clean": "rm dist/bundle.js",
"start": "parcel src/index.html",
"build": "parcel build src/index.html --public-url https://comp-kinch.sylvermyst.com/",
"test": "jest"
},
"babel": {
"presets": [
["@babel/preset-env", {"targets": {"node": "current"}}]
]
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@cubing/icons": "^1.0.6",
"antd": "^4.24.4",
"axios": "^1.6.0",
"buffer": "^5.5.0",
"date-fns": "^2.29.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-flag-icon-css": "^1.0.25",
"react-latex": "^2.0.0",
"react-router-dom": "^6.4.3"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@parcel/transformer-less": "^2.8.1",
"babel-jest": "^29.3.1",
"jest": "^29.3.1",
"parcel": "^2.8.1",
"prettier": "^2.8.0",
"process": "^0.11.10"
}
}