-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.06 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
{
"name": "mnemo-jewels",
"version": "1.0.0",
"description": "",
"main": "initial.js",
"scripts": {
"build": "webpack --optimize-minimize",
"start": "webpack-dev-server",
"test": "./node_modules/karma/bin/karma start --single-run --no-auto-watch karma.config.js",
"test-watch": "./node_modules/karma/bin/karma start --auto-watch --no-single-run karma.config.js"
},
"author": "eduter",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.6.5",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"core-js": "^2.3.0",
"css-loader": "^0.23.1",
"es6-promise": "^3.1.2",
"extract-text-webpack-plugin": "^1.0.1",
"jasmine-core": "^2.4.1",
"jquery": "^2.2.1",
"json-loader": "^0.5.4",
"karma": "^0.13.22",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "^0.3.8",
"karma-webpack": "^1.7.0",
"node-sass": "^3.4.2",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}