UNPKG

1.32 kBJSONView Raw
1{
2 "name": "chameleon-template-parse",
3 "version": "0.4.1",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "eslint": "eslint ./src",
8 "lint": "eslint --ext .js src --fix",
9 "dev": "webpack-dev-server",
10 "test": "mocha --recursive --reporter spec",
11 "cover": "istanbul cover --report lcov node_modules/mocha/bin/_mocha -- -R spec --recursive"
12 },
13 "author": "Chameleon-Team",
14 "license": "Apache",
15 "dependencies": {
16 "@babel/generator": "^7.1.2",
17 "@babel/parser": "^7.3.4",
18 "@babel/plugin-syntax-jsx": "^7.0.0",
19 "@babel/traverse": "^7.1.0",
20 "@babel/types": "^7.1.2",
21 "babylon": "^6.18.0",
22 "hash-sum": "^1.0.2",
23 "tapable": "^1.1.0"
24 },
25 "devDependencies": {
26 "chai": "^4.2.0",
27 "chameleon-css-loader": "0.4.1",
28 "chameleon-mixins": "0.4.1",
29 "chameleon-tool-utils": "0.4.1",
30 "clean-webpack-plugin": "^0.1.19",
31 "coveralls": "^2.11.9",
32 "eslint": "^5.9.0",
33 "gulp": "^3.9.1",
34 "gulp-uglify-es": "^1.0.4",
35 "html-webpack-plugin": "^3.2.0",
36 "istanbul": "^0.4.5",
37 "mocha": "^5.2.0",
38 "uglifyjs-webpack-plugin": "^2.0.1",
39 "webpack": "^4.20.2",
40 "webpack-cli": "^3.1.1",
41 "webpack-dev-server": "^3.1.9"
42 },
43 "mail": "ChameleonCore@didiglobal.com",
44 "gitHead": "5ddcde4330774710f7646559446e008f7785ce00"
45}
\No newline at end of file