-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 855 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
{
"name": "optic-typing",
"version": "2.0.0",
"main": "index.js",
"repository": "https://github.com/lens0021/optic-typing",
"author": "lens0021 <[email protected]>",
"license": "AGPL3+",
"private": true,
"scripts": {
"test": "prettier . --check",
"fix": "prettier . --write",
"new-words": "tsc cli/new-words.ts && node cli/new-words.js && rm cli/new-words.js"
},
"devDependencies": {
"@types/node": "^16.11.9",
"css-loader": "^6.5.1",
"prettier": "^2.4.1",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1"
},
"prettier": {
"singleQuote": true
},
"dependencies": {
"chart.js": "^3.6.1",
"js-cookie": "^3.0.1",
"random-words": "^1.1.1"
}
}