forked from Cride5/visualcube
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 695 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 695 Bytes
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
{
"name": "sr-visualizer",
"version": "1.0.13",
"description": "",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"scripts": {
"build": "webpack --mode production --config webpack.config.js",
"dev": "webpack --progress --watch --mode development --config webpack.config.js",
"pretty": "prettier --write \"src/**/*.ts\""
},
"author": "",
"license": "ISC",
"devDependencies": {
"prettier": "1.16.1",
"terser-webpack-plugin": "^5.1.4",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.15.0",
"webpack-cli": "^4.3.1"
},
"dependencies": {
"svg.js": "^2.7.1"
},
"files": [
"/dist",
"LICENSE"
]
}