-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (33 loc) · 803 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": "Solution",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"pnpm": "npm list -g pnpm || npm install -g pnpm",
"prep": "pnpm install"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-typescript": "^7.3.3",
"@types/node": "^12.12.31",
"awesome-typescript-loader": "^5.2.1",
"babel-cli": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "5.1.1",
"es6-promise": "^4.2.8",
"fs": "^0.0.1-security",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"source-map-loader": "^1.0.0",
"typescript": "^3.5.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.5",
"pnpm": "^5.2.1",
"source-map": "^0.7.3"
},
"dependencies": {
}
}