-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.01 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": "dataspheres-ai-components",
"version": "0.1.0",
"description": "AI-powered web components for building modern interfaces",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "npx webpack serve --config webpack.config.js"
},
"keywords": [
"web-components",
"ai",
"ui",
"components",
"dataspheres"
],
"author": "Faceless AI Coder",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/facelessaicoder/dataspheres-ai-components"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"eslint": "^9.3.0",
"style-loader": "^4.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"three": "^0.165.0",
"d3": "^7.9.0",
"gsap": "^3.12.5"
}
}