forked from SketchUp/testup-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1014 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": "testup",
"version": "2.5.2",
"description": "Minitest runner for SketchUp",
"author": "Trimble Inc.",
"license": "MIT",
"private": true,
"scripts": {
"build": "set NODE_ENV=production&& webpack --mode production --progress ",
"build:dev": "webpack --mode development --progress ",
"package": "ruby ./tools/package.rb",
"release": "npm run build && npm run package",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^3.5.3",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"@types/node": "14.6.2",
"ts-loader": "^4.5.0",
"typescript": "^2.9.2",
"vue": "^2.6.11",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}