-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 927 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": "oc-code-test",
"version": "1.0.0",
"description": "Let's make cool shit together.",
"scripts": {
"start": "vite",
"dist": "vite build",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OddCommon/oc-code-test.git"
},
"author": "OddCommon Devs<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OddCommon/oc-code-test/issues"
},
"homepage": "https://github.com/OddCommon/oc-code-test#readme",
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.6",
"husky": "^7.0.0",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"vite": "^2.9.5",
"vite-plugin-react-svg": "^0.2.0"
},
"dependencies": {
"gsap": "^3.10.4",
"modern-normalize": "^1.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sass": "^1.50.1",
"zustand": "^4.0.0-rc.0"
}
}