-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.38 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "spina-navigation",
"version": "1.0.0",
"description": "Stimulus controller to handle navigation ",
"main": "dist/main.js",
"author": "Bram Jetten <[email protected]>",
"license": "MIT",
"dependencies": {
"stimulus": "^1.0.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.1.2",
"chai-dom": "^1.8.0",
"karma": "^2.0.4",
"karma-babel-preprocessor": "^7.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^1.3.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"mocha": "^5.2.0",
"puppeteer": "^1.5.0",
"sinon": "^4.5.0",
"sinon-chai": "^3.2.0",
"uglifyjs-webpack-plugin": "^1.2.6",
"webpack": "^4.12.1",
"webpack-cli": "^3.0.8",
"webpack-dev-middleware": "^3.1.3"
},
"scripts": {
"start": "webpack --watch",
"build": "webpack --env dev && webpack --env build",
"test": "karma start",
"test:watch": "yarn test --auto-watch --no-single-run",
"test:browser": "yarn test:watch --browsers Chrome"
},
"homepage": "https://www.spinacms.com"
}