-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 882 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
{
"name": "weas",
"version": "0.1.38",
"description": "WEAS (Web Environment for Atomic Structures) is a JavaScript library to visualize and manipulate the atomistic structures directly in the web browser",
"main": "src/index.js",
"scripts": {
"start": "live-server",
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
"build": "webpack --mode production && cp src/style.css dist/"
},
"files": [
"src/",
"dist/"
],
"author": "Xing Wang",
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/node": "^20.11.24",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^24.0.0",
"live-server": "^1.2.2",
"playwright": "^1.42.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"dat.gui": "^0.7.9",
"three": "^0.169.0"
}
}