-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 848 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 848 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
{
"author": "Shane Brinkman-Davis Delamore, Imikimi LLC",
"dependencies": {
"art-build-configurator": "*",
"art-suite": "*"
},
"description": "Art.Suite.App",
"devDependencies": {
"art-testbench": "*",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chai": "^4.2.0",
"mocha": "^6.2.0",
"mock-fs": "^4.10.0",
"webpack": "^4.39.1",
"webpack-cli": "*",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2",
"webpack-stylish": "^0.1.8"
},
"license": "ISC",
"name": "art-suite-app",
"scripts": {
"build": "webpack --progress",
"start": "webpack-dev-server --hot --inline --progress --env.devServer",
"test": "nn -s;mocha -u tdd",
"testInBrowser": "webpack-dev-server --progress --env.devServer"
},
"version": "0.15.0"
}