-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 997 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
37
38
39
40
{
"name": "stacks.js",
"version": "0.0.7",
"description": "",
"main": "dist/stacks.js",
"types": "dist/stacks.d.ts",
"unpkg": "publish/stacks.min.js",
"prepublish": "tsc",
"directories": {
"main": "dist"
},
"scripts": {
"css": "cp -a ./src/css/ ./dist/css/",
"compile": "tsc && npm run css",
"min": "webpack",
"build": "yarn run compile && yarn run min"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanjithudupa/stacks-js.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sanjithudupa/stacks-js/issues"
},
"homepage": "https://github.com/sanjithudupa/stacks-js#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"style-loader": "^2.0.0",
"typedoc": "^0.20.20",
"typescript": "^4.1.3",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.0"
}
}