forked from fgpv-vpgf/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1021 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1021 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
30
31
32
33
34
35
36
{
"name": "extensions",
"version": "0.0.1",
"description": "Sets the foundation for building/testing extensions in a consistent way.",
"scripts": {
"dev": "webpack --mode development",
"serve": "webpack-serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fgpv-vpgf/extensions.git"
},
"keywords": [
"extension",
"RAMP"
],
"author": "Miles Petrov",
"license": "ISC",
"bugs": {
"url": "https://github.com/fgpv-vpgf/extensions/issues"
},
"homepage": "https://github.com/fgpv-vpgf/extensions#readme",
"devDependencies": {
"@types/jquery": "3.3.5",
"css-loader": "1.0.0",
"mini-css-extract-plugin": "0.4.1",
"node-sass": "4.9.3",
"sass-loader": "7.1.0",
"style-loader": "0.22.1",
"ts-loader": "4.4.2",
"typescript": "3.0.1",
"webpack": "4.16.5",
"webpack-cli": "3.1.0",
"webpack-serve": "2.0.2"
}
}